summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fbida/fbida_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_git.bb')
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb
index 247a1fcbb2..2736f61004 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_git.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb
@@ -21,12 +21,11 @@ SRC_URI = "git://github.com/kraxel/fbida;protocol=https;branch=master \
21 file://0001-fbida-Include-missing-sys-types.h.patch \ 21 file://0001-fbida-Include-missing-sys-types.h.patch \
22" 22"
23SRCREV = "eb769e3d7f4a073d4c37ed524ebd5017c6a578f5" 23SRCREV = "eb769e3d7f4a073d4c37ed524ebd5017c6a578f5"
24S = "${WORKDIR}/git"
25 24
26inherit meson pkgconfig features_check 25inherit meson pkgconfig features_check
27 26
28# Depends on libepoxy 27# Depends on libepoxy
29REQUIRED_DISTRO_FEATURES = "opengl" 28REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}"
30 29
31PACKAGECONFIG ??= "gif png pdf" 30PACKAGECONFIG ??= "gif png pdf"
32PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" 31PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib"