diff options
Diffstat (limited to 'openembedded/packages/startup-notification')
| -rw-r--r-- | openembedded/packages/startup-notification/startup-notification_0.8.bb | 5 |
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" | |||
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" | 5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" |
| 6 | DEPENDS = "x11" | 6 | DEPENDS = "x11" |
| 7 | PR = "r1" | ||
| 7 | 8 | ||
| 8 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
| 9 | 10 | ||
| 10 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" | 11 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" |
| 11 | 12 | ||
| 13 | do_configure_prepend () { | ||
| 14 | export X_LIBS=" -L${STAGING_LIBDIR}" | ||
| 15 | } | ||
| 16 | |||
| 12 | do_stage () { | 17 | do_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 | } |
