24-bit rendering from wxImage into wxBitmap
I think requiring GTK 1.0.4 is enough (not 1.0.6) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1000,10 +1000,10 @@ GUI_TK_LINK=
|
||||
MAKEINCLUDE=
|
||||
|
||||
if test "$wxUSE_GTK" = 1; then
|
||||
AM_PATH_GTK(1.0.6, [
|
||||
AM_PATH_GTK(1.0.4, [
|
||||
GUI_TK_INCLUDE="$GTK_CFLAGS"
|
||||
GUI_TK_LIBRARY="$GTK_LIBS"
|
||||
], AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.0.6?))
|
||||
], AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.0.4?))
|
||||
TOOLKIT=GTK
|
||||
TOOLKIT_DEF=__WXGTK__
|
||||
MAKEINCLUDE=../gtk.inc
|
||||
|
Reference in New Issue
Block a user