diff options
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb index 5550dc2b89..ef9cf761f7 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification ex | |||
12 | 12 | ||
13 | SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3" | 13 | SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3" |
14 | PV = "1.2+git${SRCPV}" | 14 | PV = "1.2+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "r1" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ | 17 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ |
18 | file://configure_fix.patch;maxrev=1818 \ | 18 | file://configure_fix.patch;maxrev=1818 \ |
@@ -20,12 +20,7 @@ SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | inherit autotools pkgconfig update-alternatives | 23 | inherit autotools pkgconfig |
24 | |||
25 | ALTERNATIVE_NAME = "x-session-manager" | ||
26 | ALTERNATIVE_LINK = "${bindir}/x-session-manager" | ||
27 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | ||
28 | ALTERNATIVE_PRIORITY = "10" | ||
29 | 24 | ||
30 | FILES_${PN} = "${bindir}/* \ | 25 | FILES_${PN} = "${bindir}/* \ |
31 | ${datadir}/matchbox \ | 26 | ${datadir}/matchbox \ |