blob: ec728d78b9c30f451a5137f75d986f2ecf9b3f61 [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
13inherit meson gtk-doc gobject-introspection
14
15DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
16
17EXTRA_OEMESON = "-Dbackends=gtk3 -Dvapi=false"