diff options
-rw-r--r-- | meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb index 305977e5e1..8b71c2bd6c 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb | |||
@@ -26,7 +26,8 @@ SRC_URI[sha256sum] = "4a197a4f1a05785d7453dd829b231352fb2d09171bd86c5ffaafbb2dd6 | |||
26 | 26 | ||
27 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ | 27 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ |
28 | --with-logo=${LOGO} \ | 28 | --with-logo=${LOGO} \ |
29 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd-integration --with-system-root-install --with-systemd-tty-ask-password-agent=${base_bindir}/systemd-tty-ask-password-agent', '', d)} \ | 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd-integration --with-systemd-tty-ask-password-agent=${base_bindir}/systemd-tty-ask-password-agent', '', d)} \ |
30 | ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge','--without-system-root-install','--with-system-root-install',d)} \ | ||
30 | " | 31 | " |
31 | 32 | ||
32 | PACKAGECONFIG ??= "pango initrd" | 33 | PACKAGECONFIG ??= "pango initrd" |