From 76e85a8871fa62a9fcbe7c14cace9719a9ea6fa0 Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 19 Nov 2024 14:31:51 -0600 Subject: [PATCH] gdm: optionally enable plymouth Instead of disabling plymouth, allow a distribution to enable it with a PACKAGECONFIG. Signed-off-by: Dan McGregor Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gdm/gdm_47.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 SRC_URI[archive.sha256sum] = "c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84" +PACKAGECONFIG ??= "" +PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth" + EXTRA_OEMESON = " \ - -Dplymouth=disabled \ -Ddefault-pam-config=openembedded \ -Dpam-mod-dir=${base_libdir}/security \ "