libglade: fix autoreconf
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Mar 2011 11:51:55 +0000 (11:51 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Mar 2011 11:51:55 +0000 (11:51 +0000)
SVN-Revision: 25971

desktop/libs/libglade/patches/010-gtk-path.patch [new file with mode: 0644]

diff --git a/desktop/libs/libglade/patches/010-gtk-path.patch b/desktop/libs/libglade/patches/010-gtk-path.patch
new file mode 100644 (file)
index 0000000..e9a48fc
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.in
++++ b/configure.in
+@@ -32,7 +32,7 @@ m4_define([_LT_AC_TAGCONFIG],[])
+ AC_LIBTOOL_WIN32_DLL
+ AC_PROG_LIBTOOL
+-AM_PATH_GTK_2_0(required_gtk_version)
++m4_define([gtk_minimum_version], [2.16.0])
+ save_LIBS=$LIBS
+ LIBS="$GTK_LIBS $LIBS"