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/libmatchbox.inc | |
| parent | 842526979ac275c50564904b04e065dacf650068 (diff) | |
| download | poky-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.inc | 6 |
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 @@ | |||
| 1 | SECTION = "x11/libs" | 1 | SECTION = "x11/libs" |
| 2 | DESCRIPTION = "Matchbox window manager core library" | 2 | DESCRIPTION = "Matchbox window manager core library" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client" | 4 | DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" |
| 5 | PR="r2" | 5 | PR="r3" |
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
| 8 | 8 | ||
| 9 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings" | 9 | EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/libmatchbox-${PV}" | 11 | S = "${WORKDIR}/libmatchbox-${PV}" |
| 12 | 12 | ||
