aboutsummaryrefslogtreecommitdiffstats
path: root/packages/avahi
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-15 21:25:09 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-15 21:25:09 +0000
commitc8746c393539f1fff9e6d385a44499f040eb867d (patch)
treec76bb7b2593e8ad51e69b63bc7f3cbc7af188d86 /packages/avahi
parent3e2b290abea4b8795433fd8753cd15bdea04c10c (diff)
downloadopenembedded-c8746c393539f1fff9e6d385a44499f040eb867d.tar.gz
avahi: add TODO
Diffstat (limited to 'packages/avahi')
-rw-r--r--packages/avahi/avahi.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc
index 2171cbd6d5..2cb986012f 100644
--- a/packages/avahi/avahi.inc
+++ b/packages/avahi/avahi.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://avahi.org"
SECTION = "network"
PRIORITY = "optional"
LICENSE = "GPL"
-PR="r4"
+PR = "r4"
DEPENDS = "expat libdaemon dbus glib-2.0"
@@ -18,6 +18,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
inherit autotools pkgconfig update-rc.d
+# TODO: build and enable all the extra stuff avahi offers
EXTRA_OECONF = "--with-distro=debian --disable-gdbm --disable-gtk --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 --disable-python"
PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils"