diff options
author | Chris Lord <chris@openedhand.com> | 2006-12-20 16:05:07 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-12-20 16:05:07 +0000 |
commit | 6dec346747148b23ba74f8eac385f02fa6d9dadb (patch) | |
tree | 994a5bf57307a987a045b8aa1ff079777a9ca221 /meta/packages/startup-notification | |
parent | ce18f35f8e881b639821d3b009c0a122e533cfa6 (diff) | |
download | poky-6dec346747148b23ba74f8eac385f02fa6d9dadb.tar.gz |
Add libsm to DEPENDS of startup-notification
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1067 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/startup-notification')
-rw-r--r-- | meta/packages/startup-notification/startup-notification_0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.8.bb b/meta/packages/startup-notification/startup-notification_0.8.bb index cb631104e7..321dcfb1b9 100644 --- a/meta/packages/startup-notification/startup-notification_0.8.bb +++ b/meta/packages/startup-notification/startup-notification_0.8.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support" | |||
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "virtual/libx11" | 5 | DEPENDS = "virtual/libx11 libsm" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |