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 | |
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')
-rw-r--r-- | openembedded/packages/libmatchbox/libmatchbox.inc | 6 | ||||
-rw-r--r-- | openembedded/packages/libmatchbox/libmatchbox_svn.bb | 1 |
2 files changed, 3 insertions, 4 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 | ||
diff --git a/openembedded/packages/libmatchbox/libmatchbox_svn.bb b/openembedded/packages/libmatchbox/libmatchbox_svn.bb index ebf6dfc3f5..aa3bfcd444 100644 --- a/openembedded/packages/libmatchbox/libmatchbox_svn.bb +++ b/openembedded/packages/libmatchbox/libmatchbox_svn.bb | |||
@@ -2,7 +2,6 @@ include libmatchbox.inc | |||
2 | 2 | ||
3 | PV = "1.7+svn${SRCDATE}" | 3 | PV = "1.7+svn${SRCDATE}" |
4 | DEFAULT_PREFERENCE = "-1" | 4 | DEFAULT_PREFERENCE = "-1" |
5 | PR="1" | ||
6 | 5 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\ |
8 | file://check.m4 \ | 7 | file://check.m4 \ |