summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoerg Weislogel2023-10-18 15:34:09 +0200
committerJoerg Weislogel2023-10-18 15:34:09 +0200
commita1e90efc9a95c621f1c8d8860746e538fd3cca9c (patch)
tree242237a21ec2e7d5abf1a2be4700c7d34b157fe4 /PKGBUILD
parent9cad85163e1d4186a472979644522fb80073cf2b (diff)
downloadaur-a1e90efc9a95c621f1c8d8860746e538fd3cca9c.tar.gz
disabled auto-features, explicitly declared build features
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 19 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaaf42a480df..91143ed36840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=waybar-cava
pkgver=0.9.22
-pkgrel=2
+pkgrel=3
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors, with module cava (Cross-platform Audio Visualizer)'
arch=('x86_64')
url='https://github.com/Alexays/Waybar/'
@@ -61,9 +61,26 @@ build() {
meson setup \
--prefix=/usr \
--buildtype=plain \
- --auto-features=enabled \
+ --auto-features=disabled \
--wrap-mode=nodownload \
-Dexperimental=true \
+ -Ddbusmenu-gtk=enabled \
+ -Dlibinput=enabled \
+ -Dlibnl=enabled \
+ -Dupower_glib=enabled \
+ -Dmpris=enabled \
+ -Dpulseaudio=enabled \
+ -Dlibevdev=enabled \
+ -Dlibudev=enabled \
+ -Dmpd=enabled \
+ -Djack=enabled \
+ -Dgtk-layer-shell=enabled \
+ -Drfkill=enabled \
+ -Dsndio=enabled \
+ -Dsystemd=enabled \
+ -Dlogind=enabled \
+ -Dman-pages=enabled \
+ -Dwireplumber=enabled \
-Dcava=enabled \
-Dtests=disabled \
build