1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

avahi.inc: Add missing libglade dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4613 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-06-07 13:38:24 +00:00
parent 3dbb2c002e
commit 3c2996bc69
+1 -1
View File
@@ -5,7 +5,7 @@ SECTION = "network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+"
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
RRECOMMENDS = "libnss-mdns"
RRECOMMENDS_avahi-daemon = "libnss-mdns"