blob: 35dee632a2152a4a2e4f482ac728536717acd98f [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections"
2HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6DEPENDS = " \
7 glib-2.0 \
8 libxslt-native \
9 docbook-xsl-stylesheets-native \
10"
11
12inherit meson pkgconfig
13
14SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main"
15
16S = "${WORKDIR}/git"
17SRCREV = "6bfe8c32ab23f8c1d80af7a70b3d318a79a17652"
18
19BBCLASSEXTEND = "native"