diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-14 12:05:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-14 12:05:43 +0000 |
commit | 5258997718d676d5d102620a535e7804b9d358ba (patch) | |
tree | fc709427fee087497fcc84c0291842c2d08fa5b7 /meta | |
parent | 776d02d628badf796c24b73912e05681f6ee3611 (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm/configure_fix.patch | 13 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_1.2.bb | 5 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm/configure_fix.patch b/meta/packages/matchbox-wm/matchbox-wm/configure_fix.patch new file mode 100644 index 0000000000..52cea0e8f7 --- /dev/null +++ b/meta/packages/matchbox-wm/matchbox-wm/configure_fix.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: matchbox-window-manager/configure.ac | ||
2 | =================================================================== | ||
3 | --- matchbox-window-manager.orig/configure.ac 2007-11-14 12:02:28.000000000 +0000 | ||
4 | +++ matchbox-window-manager/configure.ac 2007-11-14 12:18:55.000000000 +0000 | ||
5 | @@ -283,7 +283,7 @@ | ||
6 | yes) | ||
7 | |||
8 | case "$expat" in | ||
9 | - yes) | ||
10 | + yes|"") | ||
11 | EXPAT_LIBS="-lexpat" | ||
12 | ;; | ||
13 | *) | ||
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" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" |
5 | PR="r1" | 5 | PR="r2" |
6 | 6 | ||
7 | SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ | 7 | SRC_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 | ||
11 | S = "${WORKDIR}/matchbox-window-manager-${PV}" | 12 | S = "${WORKDIR}/matchbox-window-manager-${PV}" |
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 457d4c8df0..22809bd2b9 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -3,9 +3,11 @@ DESCRIPTION = "Matchbox window manager" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |
5 | PV = "1.2+svnr${SRCREV}" | 5 | PV = "1.2+svnr${SRCREV}" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
8 | file://kbdconfig" | 9 | file://configure_fix.patch;patch=1 \ |
10 | file://kbdconfig" | ||
9 | 11 | ||
10 | S = "${WORKDIR}/matchbox-window-manager" | 12 | S = "${WORKDIR}/matchbox-window-manager" |
11 | 13 | ||