mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
spotifyd: rebuild against OpenSSL
This commit is contained in:
parent
8c786914c5
commit
b8927ea863
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'spotifyd'
|
# Template file for 'spotifyd'
|
||||||
pkgname=spotifyd
|
pkgname=spotifyd
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features"
|
configure_args="--no-default-features"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel $(vopt_if alsa alsa-lib-devel)
|
makedepends="openssl-devel $(vopt_if alsa alsa-lib-devel)
|
||||||
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if portaudio portaudio-devel)
|
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if portaudio portaudio-devel)
|
||||||
$(vopt_if dbus dbus-devel)"
|
$(vopt_if dbus dbus-devel)"
|
||||||
short_desc="Spotify client running as a UNIX daemon"
|
short_desc="Spotify client running as a UNIX daemon"
|
||||||
|
|
Loading…
Add table
Reference in a new issue