From 9077aef6942ce8e7334c287a0f587259a4c74cc5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Jun 2006 12:00:08 +0000 Subject: libmatchbox: Enable startup-notification git-svn-id: https://svn.o-hand.com/repos/poky/trunk@460 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/libmatchbox/libmatchbox.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openembedded/packages/libmatchbox/libmatchbox.inc') 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}" -- cgit v1.2.3-54-g00ecf