summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-wm/matchbox-wm_svn.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-09 10:31:36 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-09 10:31:36 +0000
commita42d7d3f663a20c4887481636eba0c84fd032e7a (patch)
tree98fdc8efc1c5bd8ae488506fbba9bfce13d7bd8f /meta/packages/matchbox-wm/matchbox-wm_svn.bb
parentf0c6b03d5cd47370fd560e3fa737c4cbcace7de7 (diff)
downloadpoky-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_svn.bb')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_svn.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
index fc1e09e503..d8a48e2ce6 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" 4DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
5PV = "1.2+svnr${SRCREV}" 5PV = "1.2+svnr${SRCREV}"
6PR = "r2" 6PR = "r3"
7 7
8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ 8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \
9 file://configure_fix.patch;patch=1;maxrev=1818 \ 9 file://configure_fix.patch;patch=1;maxrev=1818 \
@@ -25,7 +25,11 @@ FILES_${PN} = "${bindir}/* \
25 ${datadir}/themes/Default/matchbox \ 25 ${datadir}/themes/Default/matchbox \
26 ${datadir}/themes/MBOpus/matchbox" 26 ${datadir}/themes/MBOpus/matchbox"
27 27
28EXTRA_OECONF = " --enable-startup-notification --disable-xrm --with-expat-lib=${STAGING_LIBDIR} --with-expat-includes=${STAGING_INCDIR} --enable-expat" 28EXTRA_OECONF = " --enable-startup-notification \
29 --disable-xrm \
30 --enable-expat \
31 --with-expat-lib=${STAGING_LIBDIR} \
32 --with-expat-includes=${STAGING_INCDIR}"
29 33
30do_install_prepend() { 34do_install_prepend() {
31 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig 35 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig