2023-06-20 22:16:03 +02:00
|
|
|
SUMMARY = "Share picker for hyprlands screenshot/screencast xdg-desktop-portal backend"
|
|
|
|
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
|
|
|
LICENSE = "MIT"
|
2023-09-09 11:55:19 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e0f1d50df739a9fb8eae12a8f37ce352"
|
2023-06-20 22:16:03 +02:00
|
|
|
|
|
|
|
# Note: meta-qt6 is needed
|
|
|
|
DEPENDS = "qtbase"
|
|
|
|
RDEPENDS:${PN} = "qtwayland"
|
2023-08-08 20:13:02 +02:00
|
|
|
RRECOMMENDS:${PN} = "qgnomeplatform"
|
2023-06-20 22:16:03 +02:00
|
|
|
|
2023-09-09 11:55:19 +02:00
|
|
|
require xdg-desktop-portal-hyprland.inc
|
|
|
|
|
2023-06-20 22:16:03 +02:00
|
|
|
inherit qt6-cmake features_check
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git/hyprland-share-picker"
|
2023-09-09 11:55:19 +02:00
|
|
|
|
|
|
|
|