mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
||||||
pkgname=waybar
|
pkgname=waybar
|
||||||
pkgver=0.9.17
|
pkgver=0.9.17
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
|
pkgdesc="Highly customizable Wayland bar for Sway and Wlroots based compositors"
|
||||||
url="https://github.com/Alexays/Waybar/"
|
url="https://github.com/Alexays/Waybar/"
|
||||||
# s390x: no wireplumber (but who uses it there anyway)
|
# s390x: no wireplumber (but who uses it there anyway)
|
||||||
@ -21,6 +21,7 @@ makedepends="
|
|||||||
libmpdclient-dev
|
libmpdclient-dev
|
||||||
libnl3-dev
|
libnl3-dev
|
||||||
meson
|
meson
|
||||||
|
playerctl-dev
|
||||||
pulseaudio-dev
|
pulseaudio-dev
|
||||||
scdoc
|
scdoc
|
||||||
spdlog-dev
|
spdlog-dev
|
||||||
@ -45,6 +46,7 @@ build() {
|
|||||||
-Dlibudev=enabled \
|
-Dlibudev=enabled \
|
||||||
-Dman-pages=enabled \
|
-Dman-pages=enabled \
|
||||||
-Dmpd=enabled \
|
-Dmpd=enabled \
|
||||||
|
-Dmpris=enabled \
|
||||||
-Dpulseaudio=enabled \
|
-Dpulseaudio=enabled \
|
||||||
-Drfkill=enabled \
|
-Drfkill=enabled \
|
||||||
-Dsndio=enabled \
|
-Dsndio=enabled \
|
||||||
|
Loading…
Reference in New Issue
Block a user