summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-10-28 22:05:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 13:22:49 +0000
commit0ec584a236d70229d528037accfc9aa19a3f9f14 (patch)
treec8080870a5d9e9e4edcb4ce70058f881b182f633 /meta/recipes-gnome
parent3d6d6cb77ddab690758b63c39b32d80fb52bb208 (diff)
downloadpoky-0ec584a236d70229d528037accfc9aa19a3f9f14.tar.gz
libportal: add a recipe
This is a new build requirement of epiphany browser. (From OE-Core rev: 6a0888a146ab015c25309bafd8b2d5ebdd81b8a4) 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/libportal/libportal_0.3.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libportal/libportal_0.3.bb b/meta/recipes-gnome/libportal/libportal_0.3.bb
new file mode 100644
index 0000000000..022628b1ac
--- /dev/null
+++ b/meta/recipes-gnome/libportal/libportal_0.3.bb
@@ -0,0 +1,13 @@
1SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https"
6SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f"
7S = "${WORKDIR}/git"
8
9GTKDOC_MESON_OPTION = 'gtk_doc'
10
11inherit meson gtk-doc
12
13DEPENDS += "glib-2.0 glib-2.0-native"