rtkit is a runtime dependency for xdg-desktop-portal
---
meta-oe/recipes-support/rtkit/rtkit_0.13.bb | 23 +++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 meta-oe/recipes-support/rtkit/rtkit_0.13.bb
diff --git a/meta-oe/recipes-support/rtkit/rtkit_0.13.bb b/meta-oe/recipe=
s-support/rtkit/rtkit_0.13.bb
new file mode 100644
index 000000000..7ae992503
--- /dev/null
+++ b/meta-oe/recipes-support/rtkit/rtkit_0.13.bb
@@ -0,0 +1,23 @@
+DESCRIPTION =3D "REALTIMEKIT Realtime Policy and Watchdog Daemon"
+LICENSE =3D "GPL-3.0-only & BSD-3-Clause"
+LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3Da8e768468b658b3ed44971b53d4a6=
716"
+
+SRC_URI =3D "git://github.com/heftig/rtkit.git;protocol=3Dhttps;branch=3D=
master"
+
+SRCREV =3D "b9169402fe5e82d20efb754509eb0b191f214599"
+S =3D "${WORKDIR}/git"
+
+inherit meson pkgconfig features_check useradd
+
+REQUIRED_DISTRO_FEATURES =3D "polkit"
+
+DEPENDS =3D "dbus libcap polkit xxd-native"
+
+PACKAGECONFIG ?=3D "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}=
"
+PACKAGECONFIG[systemd] =3D ",,systemd"
+
+USERADD_PACKAGES =3D "${PN}"
+USERADD_PARAM:${PN} =3D "--system --no-create-home --user-group --shell =
/bin/nologin rtkit"
+
+FILES:${PN} +=3D "${libdir} ${datadir}"
+
--=20
2.34.1