blob: 06203fbbe0741be1d6dc63df2cb60b92d6281c09 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "This is the Eye of GNOME, an image viewer program."
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5DEPENDS = " \
6 librsvg \
7 gnome-desktop \
8 gsettings-desktop-schemas \
9 gdk-pixbuf \
10 gtk+3 \
11 libhandy \
12 libpeas \
13 libportal \
14 libexif \
15 lcms \
16"
17
18GNOMEBASEBUILDCLASS = "meson"
19
20inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
21
Patrick Williamse760df82023-05-26 11:10:49 -050022# 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"
Andrew Geissler517393d2023-01-13 08:55:19 -060024
Andrew Geissler8f840682023-07-21 09:09:43 -050025SRC_URI[archive.sha256sum] = "d6b2d70f4b432ff8cf494c8f9029b2621d08e7817938317d64063ae6c4da9d8c"
Andrew Geissler517393d2023-01-13 08:55:19 -060026
27GTKDOC_MESON_OPTION = "gtk_doc"
28
29EXTRA_OEMESON = "-Dxmp=false"
30
31FILES:${PN} += "${datadir}"