mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
xfce4-session: increase ALTERNATIVE_PRIORITY
xfce4-session provides x-session-manager. It is also provided by matchbox-session with the same priority resulting in a conflict. Increase priority of x-session-manager provided by xfce4-session to resolve conflict and and give precedence to xfce4-session. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b0
|
||||
|
||||
ALTERNATIVE_${PN} = "x-session-manager"
|
||||
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
|
||||
ALTERNATIVE_PRIORITY_${PN} = "100"
|
||||
ALTERNATIVE_PRIORITY_${PN} = "150"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/xfce4/*/*/*.so \
|
||||
|
||||
Reference in New Issue
Block a user