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 --- openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openembedded/packages/libxsettings-client') diff --git a/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb b/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb index 11d0d3497..1ccb6e4eb 100644 --- a/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb +++ b/openembedded/packages/libxsettings-client/libxsettings-client_0.14.bb @@ -2,12 +2,16 @@ SECTION = "gpe/libs" LICENSE = "BSD-X" PRIORITY = "optional" DEPENDS = "libxsettings x11" +PR = "r1" inherit autotools pkgconfig gpe SRC_URI = "${GPE_MIRROR}/xsettings-client-${PV}.tar.bz2" S = ${WORKDIR}/xsettings-client-${PV} +do_configure () { + X_LIBS=" -L${STAGING_LIBDIR}" oe_runconf +} headers = "xsettings-client.h xsettings-common.h" do_stage () { -- cgit v1.2.3