blob: 9784f048180e8b194604159104581b41038e9d71 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00006LICENSE = "LGPL-3.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00007LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
8
Patrick Williams03907ee2022-05-01 06:28:52 -05009SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
10SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
Andrew Geissler595f6302022-01-24 19:11:47 +000011S = "${WORKDIR}/git"
12
Andrew Geissler78b72792022-06-14 06:47:25 -050013inherit meson gtk-doc gobject-introspection features_check
14
15ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
Andrew Geissler595f6302022-01-24 19:11:47 +000016
17DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
18
19EXTRA_OEMESON = "-Dbackends=gtk3 -Dvapi=false"