diff options
author | entailz | 2024-06-23 12:21:15 -0700 |
---|---|---|
committer | entailz | 2024-06-23 12:21:15 -0700 |
commit | 275e76faead1d482077e5cc022f6632d5c73888e (patch) | |
tree | 13e8e205998b62495d902ecdc006439ef0ef32c4 | |
parent | 93016f63568e7251adb47227721f250a03afa65f (diff) | |
download | aur-275e76faead1d482077e5cc022f6632d5c73888e.tar.gz |
+optdep: qt6-wayland
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 6 insertions, 4 deletions
@@ -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 @@ -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") |