dbus: Add missing DEPENDS on libsm, backported from trunk

git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4582 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-06-04 21:16:26 +00:00
parent f026861423
commit 4168c08285

View File

@ -3,7 +3,7 @@ PR = "r0"
HOMEPAGE = "http://dbus.freedesktop.org"
DESCRIPTION = "Message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11"
DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
DEFAULT_PREFERENCE = "-1"