summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-12-29 17:03:05 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-01 21:09:02 -0800
commit0b5ca9a0f8189e52fad9549fc99e929cd0d3e64a (patch)
tree8fe138715177b5e777879c288ca86424066df87d /meta-gnome
parent43d5820af070a488d9e628f96485493d983e5874 (diff)
downloadmeta-openembedded-0b5ca9a0f8189e52fad9549fc99e929cd0d3e64a.tar.gz
libportal: move to oe-core
Epiphany now again requires it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libportal/libportal_0.6.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
deleted file mode 100644
index 9c628c457f..0000000000
--- a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
2DESCRIPTION = "It provides simple asynchronous wrappers for most Flatpak portals \
3with a familiar GObject API along side the D-Bus API"
4HOMEPAGE = "https://github.com/flatpak/libportal"
5BUGTRACKER = "https://github.com/flatpak/libportal/issues"
6LICENSE = "LGPL-3.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
8
9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
10SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
11S = "${WORKDIR}/git"
12
13inherit meson gtk-doc gobject-introspection vala features_check
14
15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
16
17DEPENDS += "glib-2.0 glib-2.0-native gtk+3 gtk4"
18
19EXTRA_OEMESON = "-Dbackends=gtk3,gtk4"