community/waybar: enable mpris support

This is needed for the (official) mpris plugin.
This commit is contained in:
Clayton Craft 2023-04-11 16:35:26 -07:00 committed by alice
parent 5bb2d4392e
commit bc3c97c9a9

View File

@ -2,7 +2,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=waybar
pkgver=0.9.17
pkgrel=1
pkgrel=2
pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
url="https://github.com/Alexays/Waybar/"
# s390x: no wireplumber (but who uses it there anyway)
@ -21,6 +21,7 @@ makedepends="
libmpdclient-dev
libnl3-dev
meson
playerctl-dev
pulseaudio-dev
scdoc
spdlog-dev
@ -45,6 +46,7 @@ build() {
-Dlibudev=enabled \
-Dman-pages=enabled \
-Dmpd=enabled \
-Dmpris=enabled \
-Dpulseaudio=enabled \
-Drfkill=enabled \
-Dsndio=enabled \