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