summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
index d8b3721ee7..72f6a0d27c 100644
--- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
+++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" 4DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+"
5 5
6PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \
10 " 10 "
@@ -13,6 +13,9 @@ S = "${WORKDIR}/matchbox-window-manager-2"
13 13
14inherit autotools pkgconfig update-alternatives 14inherit autotools pkgconfig update-alternatives
15 15
16# Change this to x-session-manager->matchbox-session and put in
17# matchbox-session, then change this to x-window-manager to
18# matchbox-window-manager-2.
16ALTERNATIVE_NAME = "x-window-manager" 19ALTERNATIVE_NAME = "x-window-manager"
17ALTERNATIVE_LINK = "${bindir}/x-window-manager" 20ALTERNATIVE_LINK = "${bindir}/x-window-manager"
18ALTERNATIVE_PATH = "${bindir}/matchbox-session" 21ALTERNATIVE_PATH = "${bindir}/matchbox-session"
@@ -33,3 +36,7 @@ do_install_append () {
33 cd ${D}${bindir} 36 cd ${D}${bindir}
34 ln -s matchbox-window-manager-2-simple matchbox-window-manager 37 ln -s matchbox-window-manager-2-simple matchbox-window-manager
35} 38}
39
40do_stage() {
41 autotools_stage_all
42}