From 570ff4f6987377244fabaa4fa3d9057fd4a5d6a2 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Tue, 27 Sep 2005 17:18:54 +0000 Subject: - 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 --- .../packages/startup-notification/startup-notification_0.8.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openembedded/packages/startup-notification') diff --git a/openembedded/packages/startup-notification/startup-notification_0.8.bb b/openembedded/packages/startup-notification/startup-notification_0.8.bb index c4cc57440..a505a5396 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" PRIORITY = "optional" MAINTAINER = "Phil Blundell " DEPENDS = "x11" +PR = "r1" inherit autotools pkgconfig SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" +do_configure_prepend () { + export X_LIBS=" -L${STAGING_LIBDIR}" +} + do_stage () { oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} } -- cgit v1.2.3