diff options
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_2.15.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.15.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.15.bb b/meta-oe/recipes-graphics/fbida/fbida_2.15.bb new file mode 100644 index 0000000000..99beccb274 --- /dev/null +++ b/meta-oe/recipes-graphics/fbida/fbida_2.15.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "Framebuffer image and doc viewer tools" | ||
| 2 | DESCRIPTION = "The fbida project contains a few applications for viewing and editing images, \ | ||
| 3 | with the main focus being photos." | ||
| 4 | HOMEPAGE = "https://www.kraxel.org/blog/linux/fbida/" | ||
| 5 | SECTION = "utils" | ||
| 6 | |||
| 7 | LICENSE = "GPL-2.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=e8feb78a32950a909621bbb51f634b39" | ||
| 9 | |||
| 10 | DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif libdrm pixman udev libinput cairo libxkbcommon" | ||
| 11 | |||
| 12 | GITTAG = "${PN}-${PV}-1" | ||
| 13 | SRC_URI = "git://github.com/kraxel/fbida;protocol=https;branch=master;tag=${GITTAG} \ | ||
| 14 | file://fix-preprocessor.patch \ | ||
| 15 | file://support-jpeg-turbo.patch \ | ||
| 16 | " | ||
| 17 | SRCREV = "a0d75fbab3ea01bf5b36f813f0ec0d1bfa2db745" | ||
| 18 | |||
| 19 | inherit meson pkgconfig features_check | ||
| 20 | |||
| 21 | # Depends on libepoxy | ||
| 22 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}" | ||
| 23 | |||
| 24 | PACKAGECONFIG ??= "gif png pdf" | ||
| 25 | PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" | ||
| 26 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" | ||
| 27 | PACKAGECONFIG[tiff] = "-Dtiff=enabled,-Dtiff=disabled,tiff" | ||
| 28 | PACKAGECONFIG[motif] = "-Dmotif=enabled,-Dmotif=disabled,libx11 libxext libxpm libxt openmotif" | ||
| 29 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,libwebp" | ||
| 30 | PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler libepoxy" | ||
| 31 | |||
| 32 | CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_NO_X11=1', d)}" | ||
| 33 | |||
| 34 | RDEPENDS:${PN} = "ttf-dejavu-sans-mono" | ||
