summaryrefslogtreecommitdiff
path: root/openembedded/packages
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-12 12:00:08 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-12 12:00:08 +0000
commit9077aef6942ce8e7334c287a0f587259a4c74cc5 (patch)
tree38f9824c490be9e4b8566713722eab953e3e82bf /openembedded/packages
parent842526979ac275c50564904b04e065dacf650068 (diff)
downloadopenembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.gz
openembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.bz2
openembedded-core-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.xz
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')
-rw-r--r--openembedded/packages/libmatchbox/libmatchbox.inc6
-rw-r--r--openembedded/packages/libmatchbox/libmatchbox_svn.bb1
2 files changed, 3 insertions, 4 deletions
diff --git a/openembedded/packages/libmatchbox/libmatchbox.inc b/openembedded/packages/libmatchbox/libmatchbox.inc
index 974014f27..b5618315a 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 ebf6dfc3f..aa3bfcd44 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 \