summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-05 15:01:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:15:59 +0100
commit8b5f73342b7959ca58b94d8e4e6e8032d5b910ec (patch)
tree0618fbd4b268cebd926e3dcff3d1ec7dff435291 /meta/recipes-gnome
parent364d9bae27140ed8925f226324cf97c490ad75d3 (diff)
downloadpoky-8b5f73342b7959ca58b94d8e4e6e8032d5b910ec.tar.gz
libhandy: add a recipe from meta-oe
This is needed by new versions of epiphany browser. (From OE-Core rev: 348467b3e6d607c662a48e3a7e31d15b5fde9f97) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libhandy/libhandy_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libhandy/libhandy_git.bb b/meta/recipes-gnome/libhandy/libhandy_git.bb
new file mode 100644
index 0000000000..64258941ee
--- /dev/null
+++ b/meta/recipes-gnome/libhandy/libhandy_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A library full of GTK+ widgets for mobile phones"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"
6SRCREV = "7a193d7692c9c76a1a94f17c4d30b585f77d177c"
7S = "${WORKDIR}/git"
8PV = "0.0.13"
9
10GIR_MESON_ENABLE_FLAG = 'enabled'
11GIR_MESON_DISABLE_FLAG = 'disabled'
12GTKDOC_MESON_OPTION = 'gtk_doc'
13
14inherit meson gobject-introspection vala gettext gtk-doc features_check
15
16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
17
18DEPENDS += "gtk+3"
19
20PACKAGES =+ "${PN}-examples"
21FILES_${PN}-examples = "${bindir}"