mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/waybar: enable mpris support
This is needed for the (official) mpris plugin.
This commit is contained in:
parent
5bb2d4392e
commit
bc3c97c9a9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user