summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvaxerski2022-12-05 00:42:33 +0000
committervaxerski2022-12-05 00:42:33 +0000
commit0f5f1dee21fe903f5d3d46f7097f0d7e4b456718 (patch)
treeb8dae88cbd68d43a8c94bacaaec2f5016e304acf
parentd3c5cc5a6a09642ffd312b73300408268705dd0d (diff)
downloadaur-0f5f1dee21fe903f5d3d46f7097f0d7e4b456718.tar.gz
added qt6-wayland as a dep
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f047dc5ce19c..7fe00358260c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,13 @@ arch=(x86_64)
license=(custom:MIT)
provides=("${pkgname%-git}" "xdg-desktop-portal-impl")
conflicts=("${pkgname%-git}")
-depends=(xdg-desktop-portal pipewire libinih qt6-base)
+depends=(xdg-desktop-portal pipewire libinih qt6-base qt6-wayland)
makedepends=(git meson wayland-protocols wayland scdoc cmake)
optdepends=(
"grim: required for the screenshot portal to function"
"slurp: support for interactive mode for the screenshot portal; one of the built-in chooser options for the screencast portal"
"bemenu: one of the built-in chooser options for the screencast portal"
"wofi: one of the built-in chooser options for the screencast portal"
- "obs-xdg-portal: support for the screencast portal in obs"
"hyprland: the Hyprland compositor"
)
source=("${_pkgname}::git+https://github.com/hyprwm/xdg-desktop-portal-hyprland.git")