]> code.ossystems Code Review - openembedded-core.git/commitdiff
libmatchbox: Enable startup-notification
authorRichard Purdie <richard@openedhand.com>
Mon, 12 Jun 2006 12:00:08 +0000 (12:00 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 12 Jun 2006 12:00:08 +0000 (12:00 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@460 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/libmatchbox/libmatchbox.inc
openembedded/packages/libmatchbox/libmatchbox_svn.bb

index 974014f276af931d98c7cbda4e2e11ff503ca7e8..b5618315a0da638256dd1719c636afe28596a147 100644 (file)
@@ -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}"
 
index ebf6dfc3f5e424f872928012b32bcaa64aebdfe7..aa3bfcd444f2ec8899cf1c8fda0c9155cbe32156 100644 (file)
@@ -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 \