blob: 1b4d5a0fe57fbbeb58ec5cb0c5a7d73877709a06 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "The sd-bus library, extracted from systemd."
2HOMEPAGE = "https://sr.ht/~emersion/basu"
3SECTION = "base"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
8
9DEPENDS += "gperf-native"
10
11S = "${WORKDIR}/git"
Patrick Williamsda295312023-12-05 16:48:56 -060012PV = "0.2.1+git"
13SRCREV = "a08cf5a575325435040d35710dbac3d0c32b1676"
Andrew Geissler517393d2023-01-13 08:55:19 -060014
15inherit meson pkgconfig
16
17PACKAGECONFIG ?= ""
18PACKAGECONFIG[libcap] = "-Dlibcap=enabled,-Dlibcap=disabled,libcap"
19PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit"
20
21EXTRA_OEMESON += "--buildtype release"