summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libmatchbox/libmatchbox.inc
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/libmatchbox/libmatchbox.inc
parent842526979ac275c50564904b04e065dacf650068 (diff)
downloadpoky-9077aef6942ce8e7334c287a0f587259a4c74cc5.tar.gz
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/libmatchbox.inc')
-rw-r--r--openembedded/packages/libmatchbox/libmatchbox.inc6
1 files changed, 3 insertions, 3 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 @@
1SECTION = "x11/libs" 1SECTION = "x11/libs"
2DESCRIPTION = "Matchbox window manager core library" 2DESCRIPTION = "Matchbox window manager core library"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client" 4DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
5PR="r2" 5PR="r3"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings" 9EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"
10 10
11S = "${WORKDIR}/libmatchbox-${PV}" 11S = "${WORKDIR}/libmatchbox-${PV}"
12 12