summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
index 8b162be392..7369339899 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pa
7 7
8SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" 8SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10PR = "r1" 10PR = "r2"
11 11
12SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \ 12SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \
13 file://fix_makefile.patch \ 13 file://fix_makefile.patch \
@@ -20,9 +20,8 @@ inherit autotools pkgconfig update-alternatives
20# Change this to x-session-manager->matchbox-session and put in 20# Change this to x-session-manager->matchbox-session and put in
21# matchbox-session, then change this to x-window-manager to 21# matchbox-session, then change this to x-window-manager to
22# matchbox-window-manager-2. 22# matchbox-window-manager-2.
23ALTERNATIVE_NAME = "x-window-manager" 23ALTERNATIVE_${PN} = "x-window-manager"
24ALTERNATIVE_LINK = "${bindir}/x-window-manager" 24ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/matchbox-window-manager"
25ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager"
26ALTERNATIVE_PRIORITY = "10" 25ALTERNATIVE_PRIORITY = "10"
27 26
28PACKAGES =+ "libmatchbox2" 27PACKAGES =+ "libmatchbox2"