From 91516dbc14d41613367a75048fbabaf78f3b1a12 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 10 Jun 2019 17:52:52 +0200 Subject: 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 --- recipes-lxde/lxde-common/lxde-common_0.99.2.bb | 7 +++---- 1 file 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" -- cgit v1.2.3