blob: 022628b1ac0851e78f06936bb479de789f9f1965 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "libportal provides GIO-style async APIs for most Flatpak portals."
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https"
6SRCREV = "a609e06d0c4adc5c510cf9ac7b060db3d368e78f"
7S = "${WORKDIR}/git"
8
9GTKDOC_MESON_OPTION = 'gtk_doc'
10
11inherit meson gtk-doc
12
13DEPENDS += "glib-2.0 glib-2.0-native"