mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
b82e8e7c43
fixes:
| ../eog-47.0/help/meson.build:45:6: ERROR: Program 'itstool' not found or not executable
|
| A full log can be found at /home/flk/poky/build/tmp/work/corei7-64-poky-linux/eog/47.0/build/meson-logs/meson-log.txt
| ERROR: meson failed
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b523303f78)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
32 lines
822 B
BlitzBasic
32 lines
822 B
BlitzBasic
SUMMARY = "This is the Eye of GNOME, an image viewer program."
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = " \
|
|
itstool-native \
|
|
librsvg \
|
|
gnome-desktop \
|
|
gsettings-desktop-schemas \
|
|
gdk-pixbuf \
|
|
gtk+3 \
|
|
libhandy \
|
|
libpeas \
|
|
libportal \
|
|
libexif \
|
|
lcms \
|
|
"
|
|
|
|
|
|
inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
|
|
|
|
# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
|
|
REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "db5edbf5224d75126a7b7d8ee4e9272a2f30a953331d5baf6d3f3c0ce0cbde66"
|
|
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
EXTRA_OEMESON = "-Dxmp=false"
|
|
|
|
FILES:${PN} += "${datadir}"
|