summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-14 12:05:43 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-14 12:05:43 +0000
commit5258997718d676d5d102620a535e7804b9d358ba (patch)
treefc709427fee087497fcc84c0291842c2d08fa5b7 /meta/packages/matchbox-wm/matchbox-wm_1.2.bb
parent776d02d628badf796c24b73912e05681f6ee3611 (diff)
downloadpoky-5258997718d676d5d102620a535e7804b9d358ba.tar.gz
matchbox-wm: Fix configure issue
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3161 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm/matchbox-wm_1.2.bb')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_1.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
index 78c5be62ee..31a2e932b8 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb
@@ -2,10 +2,11 @@ SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager" 2DESCRIPTION = "Matchbox window manager"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" 4DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
5PR="r1" 5PR="r2"
6 6
7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ 7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
8 file://kbdconfig \ 8 file://configure_fix.patch;patch=1 \
9 file://kbdconfig \
9 file://gconf-2.m4" 10 file://gconf-2.m4"
10 11
11S = "${WORKDIR}/matchbox-window-manager-${PV}" 12S = "${WORKDIR}/matchbox-window-manager-${PV}"