sddm: create a separate package for plasma-desktop config

This file was installed alongside the plasma-mobile configration even
though it is targeted at a desktop image. Create a new package that is
desktop specific so that a desktop image can install it.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2024-09-09 10:12:01 -04:00
parent c4d1502b9b
commit 14483152e1

View File

@@ -77,6 +77,7 @@ do_install:append() {
PACKAGES =+ " \
${PN}-config-plasma-mobile \
${PN}-config-plasma-bigscreen \
${PN}-config-plasma-desktop \
"
FILES:${PN} += " \
@@ -86,6 +87,10 @@ FILES:${PN} += " \
${datadir}/dbus-1/system.d/* \
"
FILES:${PN}-config-plasma-desktop = " \
${sysconfdir}/sddm.conf.d/00-plasma-desktop.conf \
"
FILES:${PN}-config-plasma-mobile = " \
${sysconfdir}/sddm.conf.d/01-plasma-mobile.conf \
"