diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 10:31:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-09 10:31:36 +0000 |
commit | a42d7d3f663a20c4887481636eba0c84fd032e7a (patch) | |
tree | 98fdc8efc1c5bd8ae488506fbba9bfce13d7bd8f /meta/packages/matchbox-wm/matchbox-wm_1.2.bb | |
parent | f0c6b03d5cd47370fd560e3fa737c4cbcace7de7 (diff) | |
download | poky-a42d7d3f663a20c4887481636eba0c84fd032e7a.tar.gz |
matchbox-(wm/sato): moved creation of x-session-manager to matchbox-sato
matchbox-sato contain session start scripts which are used as
x-session-manager so it should register it with update-alternatives
instead of matchbox-wm
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4214 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.bb | 9 |
1 files changed, 7 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 745493522f..f68eb2b4ae 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_1.2.bb | |||
@@ -2,7 +2,7 @@ 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="r3" | 5 | PR = "r4" |
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://configure_fix.patch;patch=1 \ | 8 | file://configure_fix.patch;patch=1 \ |
@@ -25,7 +25,12 @@ ALTERNATIVE_LINK = "${bindir}/x-session-manager" | |||
25 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 25 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" |
26 | ALTERNATIVE_PRIORITY = "10" | 26 | ALTERNATIVE_PRIORITY = "10" |
27 | 27 | ||
28 | EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR}" | 28 | EXTRA_OECONF = " --enable-startup-notification \ |
29 | --disable-xrm \ | ||
30 | --enable-expat \ | ||
31 | --with-expat-lib=${STAGING_LIBDIR} \ | ||
32 | --with-expat-includes=${STAGING_INCDIR}" | ||
33 | |||
29 | 34 | ||
30 | do_configure_prepend () { | 35 | do_configure_prepend () { |
31 | cp ${WORKDIR}/gconf-2.m4 ${S}/ | 36 | cp ${WORKDIR}/gconf-2.m4 ${S}/ |