diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-12 12:00:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-12 12:00:08 +0000 |
commit | 9077aef6942ce8e7334c287a0f587259a4c74cc5 (patch) | |
tree | 38f9824c490be9e4b8566713722eab953e3e82bf /openembedded/packages/libmatchbox | |
parent | 842526979ac275c50564904b04e065dacf650068 (diff) | |
download | openembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.gz openembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.bz2 openembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.zip |
libmatchbox: Enable startup-notification
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@460 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libmatchbox')
-rw-r--r-- | openembedded/packages/libmatchbox/libmatchbox.inc | 6 | ||||
-rw-r--r-- | openembedded/packages/libmatchbox/libmatchbox_svn.bb | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/openembedded/packages/libmatchbox/libmatchbox.inc b/openembedded/packages/libmatchbox/libmatchbox.inc index 974014f276..b5618315a0 100644 --- a/openembedded/packages/libmatchbox/libmatchbox.inc +++ b/openembedded/packages/libmatchbox/libmatchbox.inc @@ -1,12 +1,12 @@ SECTION = "x11/libs" DESCRIPTION = "Matchbox window manager core library" LICENSE = "GPL" -DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client" -PR="r2" +DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" +PR="r3" inherit autotools pkgconfig -EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings" +EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" S = "${WORKDIR}/libmatchbox-${PV}" diff --git a/openembedded/packages/libmatchbox/libmatchbox_svn.bb b/openembedded/packages/libmatchbox/libmatchbox_svn.bb index ebf6dfc3f5..aa3bfcd444 100644 --- a/openembedded/packages/libmatchbox/libmatchbox_svn.bb +++ b/openembedded/packages/libmatchbox/libmatchbox_svn.bb @@ -2,7 +2,6 @@ include libmatchbox.inc PV = "1.7+svn${SRCDATE}" DEFAULT_PREFERENCE = "-1" -PR="1" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\ file://check.m4 \ |