]> git.saurik.com Git - wxWidgets.git/commitdiff
New syntax for --with-gtk
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 15 Apr 2005 15:51:31 +0000 (15:51 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 15 Apr 2005 15:51:31 +0000 (15:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 6045b4c16b5afb18c6ff576e910b99a3666a7e3f..70af968abdc8ce0269366f7568c692618152d4a6 100644 (file)
@@ -24,6 +24,14 @@ wxWinCE:
 
 - Fixed device origin setting and clipping region setting.
 
+wxGTK:
+- New configure syntax for specifying the GTK+ version.
+    --with-gtk             Use GTK 2.x, no fallback
+    --with-gtk=1           Use GTK 1.2, no fallback
+    --with-gtk=2           Use GTK 2.x, no fallback
+    --with-gtk=any         Use any available GTK
+
+
 2.5.5
 -----