mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
16ce8b534b
A screencast/screenshot portal implementation for hyprland. Hyprland can work with xdg-desktop-portal-wlr, but you can only share the whole screen while this implementation also allows sharing regions or windows. This comes at the downside of pulling qt6-base and qt6-wayland into the image.
17 lines
584 B
BlitzBasic
17 lines
584 B
BlitzBasic
SUMMARY = "Share picker for hyprlands screenshot/screencast xdg-desktop-portal backend"
|
|
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
|
|
|
# Note: meta-qt6 is needed
|
|
DEPENDS = "qtbase qtwayland"
|
|
|
|
inherit qt6-cmake pkgconfig features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
|
|
|
SRC_URI = "git://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1"
|
|
|
|
S = "${WORKDIR}/git/hyprland-share-picker"
|
|
SRCREV = "13db7db849e1e86289b3b0e296d47d08e4a80d56"
|