diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
| commit | eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2 (patch) | |
| tree | 05a0c81223d240697e93e7b70c8cac90376ddfa7 /meta/packages/startup-notification | |
| parent | b57a5d53ea6bdb7ce910a990f1ef584d23e6a582 (diff) | |
| download | poky-eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2.tar.gz | |
s#libx11#virtual/libx11#
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@913 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 4b94901ec5..cb631104e7 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 = "libx11" | 5 | DEPENDS = "virtual/libx11" |
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
