blob: 7dbc0ecf2a98579fc32a52babe19b9f237ffcd11 [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
22REQUIRED_DISTRO_FEATURES = "opengl"
23
Andrew Geisslerc5535c92023-01-27 16:10:19 -060024SRC_URI[archive.sha256sum] = "9dcfdce5585a90e2bb1cf57e377cb1eb12d41bd9bcb9bbacdf506bc1b1354ef9"
Andrew Geissler517393d2023-01-13 08:55:19 -060025
26GTKDOC_MESON_OPTION = "gtk_doc"
27
28EXTRA_OEMESON = "-Dxmp=false"
29
30FILES:${PN} += "${datadir}"