diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-06 15:58:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-06 15:58:11 +0000 |
commit | 94d87fa9620391082284309bad0021bff3111c60 (patch) | |
tree | df9983f13b6763824497eb05bd875ba1960e1bd5 /meta/packages/avahi/avahi.inc | |
parent | f3d5c0f8501363fb903953af632737c7e30bca5a (diff) | |
download | poky-94d87fa9620391082284309bad0021bff3111c60.tar.gz |
avahi: enable GTK support (required by OProfileUI)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4610 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/avahi/avahi.inc')
-rw-r--r-- | meta/packages/avahi/avahi.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index 090c4835f5..97bb2165b2 100644 --- a/meta/packages/avahi/avahi.inc +++ b/meta/packages/avahi/avahi.inc | |||
@@ -5,7 +5,7 @@ SECTION = "network" | |||
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | 7 | ||
8 | DEPENDS = "expat libdaemon dbus glib-2.0" | 8 | DEPENDS = "expat libdaemon dbus glib-2.0 gtk+" |
9 | RRECOMMENDS = "libnss-mdns" | 9 | RRECOMMENDS = "libnss-mdns" |
10 | RRECOMMENDS_avahi-daemon = "libnss-mdns" | 10 | RRECOMMENDS_avahi-daemon = "libnss-mdns" |
11 | 11 | ||
@@ -16,7 +16,6 @@ inherit autotools pkgconfig update-rc.d | |||
16 | EXTRA_OECONF = "--with-distro=debian \ | 16 | EXTRA_OECONF = "--with-distro=debian \ |
17 | --with-avahi-priv-access-group=adm \ | 17 | --with-avahi-priv-access-group=adm \ |
18 | --disable-gdbm \ | 18 | --disable-gdbm \ |
19 | --disable-gtk \ | ||
20 | --disable-mono \ | 19 | --disable-mono \ |
21 | --disable-monodoc \ | 20 | --disable-monodoc \ |
22 | --disable-qt3 \ | 21 | --disable-qt3 \ |
@@ -24,10 +23,11 @@ EXTRA_OECONF = "--with-distro=debian \ | |||
24 | --disable-python \ | 23 | --disable-python \ |
25 | --disable-doxygen-doc" | 24 | --disable-doxygen-doc" |
26 | 25 | ||
27 | PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" | 26 | PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils libavahi-ui" |
28 | 27 | ||
29 | FILES_libavahi-common = "${libdir}/libavahi-common.so.*" | 28 | FILES_libavahi-common = "${libdir}/libavahi-common.so.*" |
30 | FILES_libavahi-core = "${libdir}/libavahi-core.so.*" | 29 | FILES_libavahi-core = "${libdir}/libavahi-core.so.*" |
30 | FILES_libavahi-ui = "${libdir}/libavahi-ui.so.*" | ||
31 | FILES_avahi-daemon = "${sbindir}/avahi-daemon \ | 31 | FILES_avahi-daemon = "${sbindir}/avahi-daemon \ |
32 | ${sysconfdir}/avahi/avahi-daemon.conf \ | 32 | ${sysconfdir}/avahi/avahi-daemon.conf \ |
33 | ${sysconfdir}/avahi/hosts \ | 33 | ${sysconfdir}/avahi/hosts \ |