summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libhandy/libhandy_1.0.1.bb')
-rw-r--r--meta/recipes-gnome/libhandy/libhandy_1.0.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
new file mode 100644
index 0000000000..146ef62f41
--- /dev/null
+++ b/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "A library full of GTK+ widgets for mobile phones"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5SRC_URI = "git://gitlab.gnome.org/GNOME/${BPN}.git;protocol=https"
6SRCREV = "5cee0927b8b39dea1b2a62ec6d19169f73ba06c6"
7S = "${WORKDIR}/git"
8
9GIR_MESON_ENABLE_FLAG = 'enabled'
10GIR_MESON_DISABLE_FLAG = 'disabled'
11GTKDOC_MESON_OPTION = 'gtk_doc'
12
13inherit meson gobject-introspection vala gettext gtk-doc features_check
14
15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
16
17DEPENDS += "gtk+3"
18
19PACKAGES =+ "${PN}-examples"
20FILES_${PN}-examples = "${bindir}"