diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb | 4 |
1 files changed, 2 insertions, 2 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 9961728398..4aad3a9566 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 | ||
8 | SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" | 8 | SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \ | 12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \ |
13 | file://fix_makefile.patch \ | 13 | file://fix_makefile.patch \ |
@@ -22,7 +22,7 @@ inherit autotools pkgconfig update-alternatives | |||
22 | # matchbox-window-manager-2. | 22 | # matchbox-window-manager-2. |
23 | ALTERNATIVE_NAME = "x-window-manager" | 23 | ALTERNATIVE_NAME = "x-window-manager" |
24 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 24 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
25 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | 25 | ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager" |
26 | ALTERNATIVE_PRIORITY = "10" | 26 | ALTERNATIVE_PRIORITY = "10" |
27 | 27 | ||
28 | PACKAGES =+ "libmatchbox2" | 28 | PACKAGES =+ "libmatchbox2" |