summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/psplash/psplash_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
index aecbd2ce46..e590eb978f 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -65,9 +65,12 @@ S = "${WORKDIR}/git"
65 65
66inherit autotools pkgconfig update-rc.d update-alternatives systemd 66inherit autotools pkgconfig update-rc.d update-alternatives systemd
67 67
68PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 68PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} progress-bar fullscreen"
69 69
70PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" 70PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd"
71PACKAGECONFIG[fullscreen] = "--enable-img-fullscreen"
72PACKAGECONFIG[startup-msg] = ",--disable-startup-msg"
73PACKAGECONFIG[progress-bar] = ",--disable-progress-bar"
71 74
72ALTERNATIVE_PRIORITY = "100" 75ALTERNATIVE_PRIORITY = "100"
73ALTERNATIVE_LINK_NAME[psplash] = "${bindir}/psplash" 76ALTERNATIVE_LINK_NAME[psplash] = "${bindir}/psplash"