xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "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
18# for gtksourceview4
19REQUIRED_DISTRO_FEATURES += "x11"
20
21SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cfdee367903e7a63"
22
23# gobject-introspection is mandatory and cannot be configured
24REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
25GIR_MESON_OPTION = ""
26
27GTKDOC_MESON_OPTION = "gtk_doc"
28