diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-10-28 22:05:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 13:22:49 +0000 |
commit | 0ec584a236d70229d528037accfc9aa19a3f9f14 (patch) | |
tree | c8080870a5d9e9e4edcb4ce70058f881b182f633 /meta/recipes-gnome/libportal | |
parent | 3d6d6cb77ddab690758b63c39b32d80fb52bb208 (diff) | |
download | poky-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/libportal')
-rw-r--r-- | meta/recipes-gnome/libportal/libportal_0.3.bb | 13 |
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 @@ | |||
1 | SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals." | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
4 | |||
5 | SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https" | ||
6 | SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f" | ||
7 | S = "${WORKDIR}/git" | ||
8 | |||
9 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
10 | |||
11 | inherit meson gtk-doc | ||
12 | |||
13 | DEPENDS += "glib-2.0 glib-2.0-native" | ||