diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-24 16:55:06 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-24 16:55:06 +0000 |
commit | 52b6fea6b639ed105c5ce9be10eaf6488146cc35 (patch) | |
tree | 87cda4c83864c04570c08c05f4c5466b913e3c51 | |
parent | 73129cc6fd5ff7cc0dd7535d7f3d504e8439998f (diff) | |
download | poky-52b6fea6b639ed105c5ce9be10eaf6488146cc35.tar.gz |
Declare glib-2.0 as a build-dep
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1545 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index 19ef64f0e1..03cfbf3bc2 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" | 8 | DEPENDS = "expat libdaemon dbus glib-2.0" |
9 | RRECOMMENDS = "libnss-mdns" | 9 | RRECOMMENDS = "libnss-mdns" |
10 | RRECOMMENDS_avahi-daemon = "libnss-mdns" | 10 | RRECOMMENDS_avahi-daemon = "libnss-mdns" |
11 | 11 | ||