summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb
blob: 43536f5d7b3e1d6722d89c2e89722ec02d7b45be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections"
HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

DEPENDS = " \
    glib-2.0 \
    libxslt-native \
    docbook-xsl-stylesheets-native \
"

inherit meson pkgconfig

SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main"

SRCREV = "1c1989e56f94b9eb3b7567f8a6e8a0aa16cba496"

BBCLASSEXTEND = "native"