summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorentailz2024-06-23 12:21:15 -0700
committerentailz2024-06-23 12:21:15 -0700
commit275e76faead1d482077e5cc022f6632d5c73888e (patch)
tree13e8e205998b62495d902ecdc006439ef0ef32c4
parent93016f63568e7251adb47227721f250a03afa65f (diff)
downloadaur-275e76faead1d482077e5cc022f6632d5c73888e.tar.gz
+optdep: qt6-wayland
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2fe29fc7b71..1107fd28b664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = quickshell
depends = jemalloc
depends = qt6-svg
optdepends = libxcb: X11 support
+ optdepends = qt6-wayland: Wayland support
optdepends = wayland-protocols: Wayland support
optdepends = wayland: Wayland support
optdepends = libpipewire: Pipewire support
diff --git a/PKGBUILD b/PKGBUILD
index 2faeff9013d9..c95ee1d45574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,11 @@ url='https://github.com/outfoxxed/quickshell'
license=('GPL')
depends=('qt6-declarative' 'qt6-base' 'jemalloc' 'qt6-svg')
optdepends=(
- 'libxcb: X11 support'
- 'wayland-protocols: Wayland support'
- 'wayland: Wayland support'
- 'libpipewire: Pipewire support'
+ 'libxcb: X11 support'
+ 'qt6-wayland: Wayland support'
+ 'wayland-protocols: Wayland support'
+ 'wayland: Wayland support'
+ 'libpipewire: Pipewire support'
)
makedepends=('ninja' 'cmake' 'pkgconf')
source=("git+https://github.com/outfoxxed/quickshell.git")