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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user