mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
gdm: optionally enable plymouth
Instead of disabling plymouth, allow a distribution to enable it with a PACKAGECONFIG. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,8 +23,10 @@ inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd user
|
|||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84"
|
SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth"
|
||||||
|
|
||||||
EXTRA_OEMESON = " \
|
EXTRA_OEMESON = " \
|
||||||
-Dplymouth=disabled \
|
|
||||||
-Ddefault-pam-config=openembedded \
|
-Ddefault-pam-config=openembedded \
|
||||||
-Dpam-mod-dir=${base_libdir}/security \
|
-Dpam-mod-dir=${base_libdir}/security \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user