summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/eog
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 14:42:36 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 12:21:07 -0700
commitec5480d0686d83d6ada8fc819cef2e269e41376d (patch)
treed71b415ddffbba6bee355832339e4cc455df6d1a /meta-gnome/recipes-gnome/eog
parent975376f1c70885ec8997ee95e9da59c5be2772a8 (diff)
downloadmeta-openembedded-ec5480d0686d83d6ada8fc819cef2e269e41376d.tar.gz
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/eog')
-rw-r--r--meta-gnome/recipes-gnome/eog/eog_49.3.bb (renamed from meta-gnome/recipes-gnome/eog/eog_49.1.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_49.1.bb b/meta-gnome/recipes-gnome/eog/eog_49.3.bb
index 202d68700a..d67c3733af 100644
--- a/meta-gnome/recipes-gnome/eog/eog_49.1.bb
+++ b/meta-gnome/recipes-gnome/eog/eog_49.3.bb
@@ -13,7 +13,6 @@ DEPENDS = " \
13 libpeas-1 \ 13 libpeas-1 \
14 libportal \ 14 libportal \
15 libexif \ 15 libexif \
16 lcms \
17" 16"
18 17
19 18
@@ -22,7 +21,11 @@ inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg fea
22# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. 21# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
23REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" 22REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
24 23
25SRC_URI[archive.sha256sum] = "fadd12e14ba9cd2be6989dfbcef40001645b63440ceed8e04867b07587b066dc" 24SRC_URI[archive.sha256sum] = "6b4e69c7a8086ae85d556ca4a24daa665b5622c4097e1ee59564bff4cc963124"
25
26PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}"
27
28PACKAGECONFIG[cms] = "-Dcms=true,-Dcms=false,lcms"
26 29
27GTKDOC_MESON_OPTION = "gtk_doc" 30GTKDOC_MESON_OPTION = "gtk_doc"
28 31