summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2024-11-19 14:31:51 -0600
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:16 -0800
commit76e85a8871fa62a9fcbe7c14cace9719a9ea6fa0 (patch)
tree9c2f9b92c6a41286cec054510aeb56d24bd4647d
parent065abae6cf40c8046dbaf63e96313cdbf1f9c575 (diff)
downloadmeta-openembedded-76e85a8871fa62a9fcbe7c14cace9719a9ea6fa0.tar.gz
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>
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_47.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb
index 94836cdbc9..e43b75880e 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_47.0.bb
@@ -23,8 +23,10 @@ inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd user
23 23
24SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84" 24SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84"
25 25
26PACKAGECONFIG ??= ""
27PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth"
28
26EXTRA_OEMESON = " \ 29EXTRA_OEMESON = " \
27 -Dplymouth=disabled \
28 -Ddefault-pam-config=openembedded \ 30 -Ddefault-pam-config=openembedded \
29 -Dpam-mod-dir=${base_libdir}/security \ 31 -Dpam-mod-dir=${base_libdir}/security \
30" 32"