[jhbuild] Fix pkg-config ID for avahi



commit 8a89ce86c353b549721cf2ae13e319b6de71d090
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Fri Jul 29 12:17:37 2011 -0400

    Fix pkg-config ID for avahi
    
    We need to make sure to pull in the Avahi UI modules, which may be
    packaged separately, so list the pkg-config ID as
    avahi-ui-gtk3, rather than avahi-client

 modulesets/gnome-suites-core-3.2.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.2.modules b/modulesets/gnome-suites-core-3.2.modules
index 1604086..acbfdc4 100644
--- a/modulesets/gnome-suites-core-3.2.modules
+++ b/modulesets/gnome-suites-core-3.2.modules
@@ -762,7 +762,7 @@
   <!-- explicit disabling of qt3 and qt4 can be removed once avahi
        correctly detects what is available. -->
   <tarball id="avahi" version="0.6.28" autogenargs="--disable-gtk --enable-gtk3 --enable-introspection=no --disable-qt3 --disable-qt4 --disable-mono --disable-monodoc --disable-manpages --disable-python --enable-compat-howl --enable-compat-libdns_sd --with-systemdsystemunitdir=no">
-    <pkg-config>avahi-client.pc</pkg-config>
+    <pkg-config>avahi-ui-gtk3.pc</pkg-config>
     <source href="http://avahi.org/download/avahi-0.6.28.tar.gz";
             hash="sha256:a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91"
             md5sum="d0143a5aa3265019072e53ab497818d0" size="1238660"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]