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