Files
Khem Raj ec5480d068 eog: Update to 49.3
Turn color management into packageconfig knob which is turned
off by default as it needs x11 support.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-04-16 12:21:07 -07:00

35 lines
945 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-1 \
libportal \
libexif \
"
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] = "6b4e69c7a8086ae85d556ca4a24daa665b5622c4097e1ee59564bff4cc963124"
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}"
PACKAGECONFIG[cms] = "-Dcms=true,-Dcms=false,lcms"
GTKDOC_MESON_OPTION = "gtk_doc"
EXTRA_OEMESON = "-Dxmp=false"
FILES:${PN} += "${datadir}"