mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
dbus: Add missing libsm DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3983 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Message bus system for applications to talk to one another"
|
|||||||
HOMEPAGE = "http://dbus.freedesktop.org"
|
HOMEPAGE = "http://dbus.freedesktop.org"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11"
|
DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user