1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 00:16:21 +03:00
openwrt-packages/w3m/patches/004-gdk-override.patch

13 lines
549 B
Diff

diff -ur w3m-0.5.2.orig/configure w3m-0.5.2/configure
--- w3m-0.5.2.orig/configure 2011-02-25 21:51:15.648183991 +0300
+++ w3m-0.5.2/configure 2011-02-25 22:03:24.676058666 +0300
@@ -5626,7 +5626,7 @@
else
{ echo "$as_me:$LINENO: WARNING: GdkPixbuf is not installed. Install GdkPixbuf (version >= 2.0.0)" >&5
echo "$as_me: WARNING: GdkPixbuf is not installed. Install GdkPixbuf (version >= 2.0.0)" >&2;}
- have_gdkpixbuf="no"; have_gtk2="no"
+ have_gdkpixbuf="yes"; have_gtk2="yes"
fi
fi
if test x"$with_gdkpixbuf" = xyes; then