diff options
Diffstat (limited to 'meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb')
| -rw-r--r-- | meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb new file mode 100644 index 0000000000..3deeb1078d --- /dev/null +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 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 features_check manpages | ||
| 17 | REQUIRED_DISTRO_FEATURES = "opengl wayland" | ||
| 18 | |||
| 19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;branch=master" | ||
| 20 | |||
| 21 | PV .= "+git" | ||
| 22 | SRCREV = "256eb4a9f6ecffd64289d6501d036c2094b47db6" | ||
| 23 | |||
| 24 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" | ||
| 25 | |||
| 26 | PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" | ||
| 27 | PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled" | ||
| 28 | PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu" | ||
| 29 | |||
| 30 | FILES:${PN} += "${systemd_user_unitdir} ${datadir}" | ||
