Add libsm to DEPENDS of startup-notification

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1067 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-12-20 16:05:07 +00:00
parent ce18f35f8e
commit 6dec346747
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
DEPENDS = "virtual/libx11 libsm"
PR = "r1"
inherit autotools pkgconfig