diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:06 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 14:55:06 +0000 |
commit | 7d53ee2e1771d3c9c3a4d50d98dc72aa55cc02ea (patch) | |
tree | db4eee55d57658ecf2a50d1bf4d2b2bfa188e271 /meta/packages/startup-notification/startup-notification_0.9.bb | |
parent | 6e81ae564ce4878e1e055db83917a8d841813ed7 (diff) | |
download | poky-7d53ee2e1771d3c9c3a4d50d98dc72aa55cc02ea.tar.gz |
Upgrade startup-notification to 0.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2613 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/startup-notification/startup-notification_0.9.bb')
-rw-r--r-- | meta/packages/startup-notification/startup-notification_0.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb new file mode 100644 index 0000000000..655f3c9a02 --- /dev/null +++ b/meta/packages/startup-notification/startup-notification_0.9.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Startup notification support" | ||
2 | LICENSE = "LGPL" | ||
3 | SECTION = "libs" | ||
4 | PRIORITY = "optional" | ||
5 | DEPENDS = "virtual/libx11 libsm" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" | ||
10 | |||
11 | do_configure_prepend () { | ||
12 | export X_LIBS=" -L${STAGING_LIBDIR}" | ||
13 | } | ||
14 | |||
15 | do_stage () { | ||
16 | autotools_stage_all | ||
17 | } | ||