summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb
new file mode 100644
index 0000000000..b8cdf25c1d
--- /dev/null
+++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb
@@ -0,0 +1,29 @@
1SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots."
2HOMEPAGE = "https://github.com/emersion/xdg-desktop-portal-wlr"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
5
6DEPENDS = " \
7 wayland \
8 wayland-native \
9 wayland-protocols \
10 libdrm \
11 libinih \
12 pipewire \
13 virtual/libgbm \
14"
15
16inherit meson pkgconfig
17
18SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1"
19
20S = "${WORKDIR}/git"
21SRCREV = "0a8bfa14607022a080f8b6eabc4757d1918d3cd9"
22
23PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}"
24
25PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
26PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled"
27PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu"
28
29FILES:${PN} += "${systemd_user_unitdir} ${datadir}"