From: Jo-Philipp Wich Date: Wed, 9 Mar 2011 11:51:55 +0000 (+0000) Subject: [desktop] libglade: fix autoreconf X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=619459ed0ab29828d1b0d9391b2905531433f360 [desktop] libglade: fix autoreconf SVN-Revision: 25971 --- diff --git a/desktop/libs/libglade/patches/010-gtk-path.patch b/desktop/libs/libglade/patches/010-gtk-path.patch new file mode 100644 index 0000000000..e9a48fca22 --- /dev/null +++ b/desktop/libs/libglade/patches/010-gtk-path.patch @@ -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"