]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- fix gtk+2/gtk+3 detection auto/th/avahi-0_6_26-1
authorlisu <lisu@pld-linux.org>
Fri, 9 Jul 2010 12:55:54 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi-gtk_detect.patch -> 1.1

avahi-gtk_detect.patch [new file with mode: 0644]

diff --git a/avahi-gtk_detect.patch b/avahi-gtk_detect.patch
new file mode 100644 (file)
index 0000000..ba3c90c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ru avahi-0.6.26.old/configure.ac avahi-0.6.26/configure.ac
+--- avahi-0.6.26.old/configure.ac      2010-06-29 02:30:32.000000000 +0200
++++ avahi-0.6.26/configure.ac  2010-07-09 14:34:57.396332889 +0200
+@@ -564,7 +564,7 @@
+ fi
+ AM_CONDITIONAL(HAVE_GTK3, test "x$HAVE_GTK3" = "xyes")
+-AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK2" = "xyes" )
++AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK" = "xyes" )
+ #
+ # D-Bus
This page took 0.065262 seconds and 4 git commands to generate.