mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:34:31 +00:00
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>
This commit is contained in:
parent
9f031e8d0f
commit
2e0e65ecaa
@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
# Depends on libepoxy
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}"
|
||||
|
||||
PACKAGECONFIG ??= "gif png pdf"
|
||||
PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user