blob: 6c9c36f3ed4b5ecec330a93fe5491b1e78218f25 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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 gsettings-desktop-schemas \
7 glib-2.0 \
8 gtk+3 \
Andrew Geissler220dafd2023-10-04 10:18:08 -05009 libgedit-amtk \
10 libgedit-gtksourceview \
Andrew Geissler517393d2023-01-13 08:55:19 -060011 libxml2 \
12 uchardet \
13 gtk-doc-native \
14 libxslt-native \
15 docbook-xsl-stylesheets-native \
16 python3-pygments-native \
17"
18
19inherit meson gobject-introspection gettext features_check pkgconfig
20
21
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main"
Andrew Geissler220dafd2023-10-04 10:18:08 -050024SRCREV = "16ab2567257a053bd957699f89080fafd0999035"
Andrew Geissler517393d2023-01-13 08:55:19 -060025S = "${WORKDIR}/git"
26
27# gobject-introspection is mandatory and cannot be configured
28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
29GIR_MESON_OPTION = ""
30
31GTKDOC_MESON_OPTION = "gtk_doc"