kumquat-buildroot/package/xdg-dbus-proxy/xdg-dbus-proxy.mk
Adrian Perez de Castro fbc17cc59d package/xdg-dbus-proxy: switch to the meson build system
Version 0.1.4 introduced a Meson build system, and upstream seems to
have the intention to abandon the previous autotools based one. Switch
to Meson for future proofing.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-07-23 19:51:14 +02:00

18 lines
601 B
Makefile

################################################################################
#
# bubblewrap
#
################################################################################
XDG_DBUS_PROXY_VERSION = 0.1.4
XDG_DBUS_PROXY_SITE = https://github.com/flatpak/xdg-dbus-proxy/releases/download/$(XDG_DBUS_PROXY_VERSION)
XDG_DBUS_PROXY_SOURCE = xdg-dbus-proxy-$(XDG_DBUS_PROXY_VERSION).tar.xz
XDG_DBUS_PROXY_DEPENDENCIES = host-pkgconf libglib2
XDG_DBUS_PROXY_LICENSE = LGPL-2.1+
XDG_DBUS_PROXY_LICENSE_FILES = COPYING
XDG_DBUS_PROXY_CONF_OPTS = -Dman=disabled -Dtests=false
$(eval $(meson-package))