blob: dd0242f4c5f268a03cf01394be62d828b662f1f1 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "Tepl library eases the development of GtkSourceView-based projects"
2LICENSE = "LGPL-3.0-or-later"
3LIC_FILES_CHKSUM = "file://LICENSES/LGPL-3.0-or-later.txt;md5=c51d3eef3be114124d11349ca0d7e117"
4
5DEPENDS = " \
6 glib-2.0-native \
7 gtk+3 \
8 gtksourceview4 \
9 amtk \
10 libxml2 \
11 uchardet \
12"
13
14GNOMEBASEBUILDCLASS = "meson"
15
16inherit gnomebase gobject-introspection gettext features_check
17
18SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63"
19
20# gobject-introspection is mandatory and cannot be configured
21REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
22UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
23
24GTKDOC_MESON_OPTION = "gtk_doc"