mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
alsa-utils: let alsactl use /run/lock instead of /var/lock
This commit is contained in:
parent
986b9afd8f
commit
2b15df6678
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template build file for 'alsa-utils'.
|
||||
pkgname=alsa-utils
|
||||
version=1.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf"
|
||||
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf
|
||||
--with-alsactl-lock-dir=/run/lock"
|
||||
hostmakedepends="pkg-config xmlto"
|
||||
makedepends="ncurses-devel alsa-lib-devel libsamplerate-devel fftw-devel"
|
||||
depends="alsa-lib>=${version}"
|
||||
|
|
Loading…
Add table
Reference in a new issue