summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb
index 247a1fcbb2..6c06748499 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_git.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
26inherit meson pkgconfig features_check 26inherit meson pkgconfig features_check
27 27
28# Depends on libepoxy 28# Depends on libepoxy
29REQUIRED_DISTRO_FEATURES = "opengl" 29REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}"
30 30
31PACKAGECONFIG ??= "gif png pdf" 31PACKAGECONFIG ??= "gif png pdf"
32PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" 32PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib"