diff options
Diffstat (limited to 'meta/packages/avahi/avahi.inc')
-rw-r--r-- | meta/packages/avahi/avahi.inc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index 03cfbf3bc2..090c4835f5 100644 --- a/meta/packages/avahi/avahi.inc +++ b/meta/packages/avahi/avahi.inc | |||
@@ -13,7 +13,16 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig update-rc.d | 14 | inherit autotools pkgconfig update-rc.d |
15 | 15 | ||
16 | EXTRA_OECONF = "--with-distro=debian --disable-gdbm --disable-gtk --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 --disable-python" | 16 | EXTRA_OECONF = "--with-distro=debian \ |
17 | --with-avahi-priv-access-group=adm \ | ||
18 | --disable-gdbm \ | ||
19 | --disable-gtk \ | ||
20 | --disable-mono \ | ||
21 | --disable-monodoc \ | ||
22 | --disable-qt3 \ | ||
23 | --disable-qt4 \ | ||
24 | --disable-python \ | ||
25 | --disable-doxygen-doc" | ||
17 | 26 | ||
18 | PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" | 27 | PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils" |
19 | 28 | ||