diff options
-rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_git.bb | 2 |
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" | |||
26 | inherit meson pkgconfig features_check | 26 | inherit meson pkgconfig features_check |
27 | 27 | ||
28 | # Depends on libepoxy | 28 | # Depends on libepoxy |
29 | REQUIRED_DISTRO_FEATURES = "opengl" | 29 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}" |
30 | 30 | ||
31 | PACKAGECONFIG ??= "gif png pdf" | 31 | PACKAGECONFIG ??= "gif png pdf" |
32 | PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" | 32 | PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" |