diff options
Diffstat (limited to 'meta/packages/matchbox-wm-2')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 9 |
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" | |||
4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
5 | 5 | ||
6 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCREV}" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 9 | SRC_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 | ||
14 | inherit autotools pkgconfig update-alternatives | 14 | inherit 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. | ||
16 | ALTERNATIVE_NAME = "x-window-manager" | 19 | ALTERNATIVE_NAME = "x-window-manager" |
17 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 20 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
18 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 21 | ALTERNATIVE_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 | |||
40 | do_stage() { | ||
41 | autotools_stage_all | ||
42 | } | ||