blob: bc4ff3784c606ced5c46417c36c745fb31abdd03 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "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 Geissler6ce62a22020-11-30 19:58:47 -06006LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
8
9SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https"
10SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f"
11S = "${WORKDIR}/git"
12
13GTKDOC_MESON_OPTION = 'gtk_doc'
14
15inherit meson gtk-doc
16
17DEPENDS += "glib-2.0 glib-2.0-native"