summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2025-11-26 08:58:30 -0500
committerKhem Raj <raj.khem@gmail.com>2025-11-28 11:27:05 -0800
commit2e0e65ecaa9f17e86671359a689c4a3fa85ecc8b (patch)
tree187224e2759160d8156c9c0000b75dd3ceebb8b8
parent9f031e8d0fc22594e32958524503e90036c3689d (diff)
downloadmeta-openembedded-2e0e65ecaa9f17e86671359a689c4a3fa85ecc8b.tar.gz
fbida: Require opengl feature for pdf only
Don't require it for entire distro if pdf package config disabled. Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f22451b51bf668fbbf27b50744786c64316ef700) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-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"