From 8696ee444e8c59f48293fdeb5e28c10d96193fac Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 6 Dec 2013 12:29:12 +0100 Subject: [PATCH] matchbox-wm: use update-alternatives --- .../recipes-graphics/matchbox-wm/matchbox-wm_git.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-opendreambox/recipes-graphics/matchbox-wm/matchbox-wm_git.bbappend diff --git a/meta-opendreambox/recipes-graphics/matchbox-wm/matchbox-wm_git.bbappend b/meta-opendreambox/recipes-graphics/matchbox-wm/matchbox-wm_git.bbappend new file mode 100644 index 00000000..b1ccdcb1 --- /dev/null +++ b/meta-opendreambox/recipes-graphics/matchbox-wm/matchbox-wm_git.bbappend @@ -0,0 +1,5 @@ +inherit update-alternatives + +ALTERNATIVE_${PN} = "x-window-manager" +ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/matchbox-window-manager" +ALTERNATIVE_PRIORITY[x-window-manager] = "50" -- 2.20.1