diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2012-01-04 22:30:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-05 22:19:15 +0000 |
commit | c3400040fdce8c049b51a8acb06eb2e92f9426d1 (patch) | |
tree | 9ba7b15d636e0cfd707dad93d2b34d4d3856c9fa /meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | |
parent | ed937940f54d1a376b518fc276da78811c4ac50b (diff) | |
download | openembedded-core-c3400040fdce8c049b51a8acb06eb2e92f9426d1.tar.gz openembedded-core-c3400040fdce8c049b51a8acb06eb2e92f9426d1.tar.bz2 openembedded-core-c3400040fdce8c049b51a8acb06eb2e92f9426d1.zip |
matchbox-wm: Remove x-session-manager handling
Windows manager should be independent on session manager, especially when we
have multiple session manager like mini-x and matchbox session.
This commit remove session-manager stuff in matchbox-wm, as matchbox-session
already has duplicated code. Also adjust alternative priority for mini-X to
make it higher priority over matchbox-session.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb index 84b966a743..26283266ae 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb @@ -2,7 +2,7 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager" LICENSE = "GPLv2.0+" DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" -PR = "r4" +PR = "r5" SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ file://configure_fix.patch \ @@ -11,7 +11,7 @@ SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/match S = "${WORKDIR}/matchbox-window-manager-${PV}" -inherit autotools pkgconfig update-alternatives +inherit autotools pkgconfig FILES_${PN} = "${bindir}/* \ ${datadir}/matchbox \ @@ -20,11 +20,6 @@ FILES_${PN} = "${bindir}/* \ ${datadir}/themes/Default/matchbox \ ${datadir}/themes/MBOpus/matchbox" -ALTERNATIVE_NAME = "x-session-manager" -ALTERNATIVE_LINK = "${bindir}/x-session-manager" -ALTERNATIVE_PATH = "${bindir}/matchbox-session" -ALTERNATIVE_PRIORITY = "10" - EXTRA_OECONF = " --enable-startup-notification \ --disable-xrm \ --enable-expat \ |