New syntax for --with-gtk

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-15 15:51:31 +00:00
parent dd57356cc4
commit 9fd540edbc

View 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
-----