diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-10 19:42:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-10 19:42:56 +0000 |
commit | f54f499bbd2ccfc7cf0b7b8861c0b5468405ab95 (patch) | |
tree | b5421e5a0d9c785b244a06412752ee4a0748ee99 /meta/packages/dbus | |
parent | 570f12e972c971b6c542bee632b7d8e0f0399ea0 (diff) | |
download | poky-f54f499bbd2ccfc7cf0b7b8861c0b5468405ab95.tar.gz |
dbus: Add missing libsm DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3983 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc index 061bc03323..af7bdf370a 100644 --- a/meta/packages/dbus/dbus.inc +++ b/meta/packages/dbus/dbus.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Message bus system for applications to talk to one another" | |||
2 | HOMEPAGE = "http://dbus.freedesktop.org" | 2 | HOMEPAGE = "http://dbus.freedesktop.org" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11" | 5 | DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm" |
6 | 6 | ||
7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
8 | http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 8 | http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |