Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame^] | 1 | SUMMARY = "A library full of GTK+ widgets for mobile phones" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 4 | |
| 5 | SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https" |
| 6 | SRCREV = "7a193d7692c9c76a1a94f17c4d30b585f77d177c" |
| 7 | S = "${WORKDIR}/git" |
| 8 | PV = "0.0.13" |
| 9 | |
| 10 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 11 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 12 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 13 | |
| 14 | inherit meson gobject-introspection vala gettext gtk-doc features_check |
| 15 | |
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 17 | |
| 18 | DEPENDS += "gtk+3" |
| 19 | |
| 20 | PACKAGES =+ "${PN}-examples" |
| 21 | FILES_${PN}-examples = "${bindir}" |