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 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame^] | 5 | SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-0" |
| 6 | SRCREV = "7126d2e8da9dcdeb5751e60ff6a74930804f9637" |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 7 | S = "${WORKDIR}/git" |
Andrew Geissler | c182c62 | 2020-05-15 14:13:32 -0500 | [diff] [blame] | 8 | |
| 9 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 10 | GIR_MESON_DISABLE_FLAG = 'disabled' |
| 11 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 12 | |
| 13 | inherit meson gobject-introspection vala gettext gtk-doc features_check |
| 14 | |
| 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 16 | |
| 17 | DEPENDS += "gtk+3" |
| 18 | |
| 19 | PACKAGES =+ "${PN}-examples" |
| 20 | FILES_${PN}-examples = "${bindir}" |