mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
f026861423
commit
4168c08285
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user