summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/startup-notification
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-27 17:18:54 +0000
committerChris Lord <chris@openedhand.com>2005-09-27 17:18:54 +0000
commit570ff4f6987377244fabaa4fa3d9057fd4a5d6a2 (patch)
tree8452da21e04b826c988ab5608ba304d49412f57f /openembedded/packages/startup-notification
parentb433acd989cd936b135d41d276cc5413bfa4d05b (diff)
downloadpoky-570ff4f6987377244fabaa4fa3d9057fd4a5d6a2.tar.gz
- Bump PR in matchbox-wm
- Define X_LIBS in libxsettings-client and startup-notification to stop them adding system dirs to the library path - Add do_stage to matchbox-desktop git-svn-id: https://svn.o-hand.com/repos/poky@44 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/startup-notification')
-rw-r--r--openembedded/packages/startup-notification/startup-notification_0.8.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/openembedded/packages/startup-notification/startup-notification_0.8.bb b/openembedded/packages/startup-notification/startup-notification_0.8.bb
index c4cc57440e..a505a53960 100644
--- a/openembedded/packages/startup-notification/startup-notification_0.8.bb
+++ b/openembedded/packages/startup-notification/startup-notification_0.8.bb
@@ -4,11 +4,16 @@ SECTION = "libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" 5MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
6DEPENDS = "x11" 6DEPENDS = "x11"
7PR = "r1"
7 8
8inherit autotools pkgconfig 9inherit autotools pkgconfig
9 10
10SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" 11SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
11 12
13do_configure_prepend () {
14 export X_LIBS=" -L${STAGING_LIBDIR}"
15}
16
12do_stage () { 17do_stage () {
13 oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} 18 oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
14} 19}