diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-21 06:32:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:23 -0800 |
commit | 858f760771ac8b1c454e0a9ba74a3051db5b9c6f (patch) | |
tree | 60ed0f61b80688dbeb2724e314d664e4c0ed5d9c | |
parent | a645b0de0a6ce6fe721ccc1f28d9af32ca28992d (diff) | |
download | meta-openembedded-858f760771ac8b1c454e0a9ba74a3051db5b9c6f.tar.gz |
xdg-desktop-portal-wlr: add recipe
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 29 |
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 @@ | |||
1 | SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots." | ||
2 | HOMEPAGE = "https://github.com/emersion/xdg-desktop-portal-wlr" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | wayland \ | ||
8 | wayland-native \ | ||
9 | wayland-protocols \ | ||
10 | libdrm \ | ||
11 | libinih \ | ||
12 | pipewire \ | ||
13 | virtual/libgbm \ | ||
14 | " | ||
15 | |||
16 | inherit meson pkgconfig | ||
17 | |||
18 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||
21 | SRCREV = "0a8bfa14607022a080f8b6eabc4757d1918d3cd9" | ||
22 | |||
23 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" | ||
24 | |||
25 | PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" | ||
26 | PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled" | ||
27 | PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu" | ||
28 | |||
29 | FILES:${PN} += "${systemd_user_unitdir} ${datadir}" | ||