summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-06-10 17:52:52 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-06-10 17:55:29 +0200
commit91516dbc14d41613367a75048fbabaf78f3b1a12 (patch)
tree6e279bdc40a2bd721ae7c9971a79f67419fe4736
parent658f61a588157f21262c57802a673d78f1ad6442 (diff)
lxde-common: cope with added openbox session
The openbox recipe now also provides x-session-manager. Adapt recipe, so that when lxde-common is installed the lxde session takes precedence. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.99.2.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.2.bb b/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
index 523e166..a3d76c7 100644
--- a/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
+++ b/recipes-lxde/lxde-common/lxde-common_0.99.2.bb
@@ -19,7 +19,6 @@ inherit autotools gettext update-alternatives
FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/startlxde"
-ALTERNATIVE_PRIORITY[x-window-manager] = "15"
+ALTERNATIVE_${PN} = "x-session-manager"
+ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/startlxde"
+ALTERNATIVE_PRIORITY[x-session-manager] = "110"