alsa-plugins: make -pulseaudio pkg depend on pulseaudio not just the libs.
This commit is contained in:
parent
d7b06c7c2a
commit
e002f48f4a
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'alsa-plugins'.
|
||||
pkgname=alsa-plugins
|
||||
version=1.0.27
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-maemo-plugin --with-speex=lib"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -26,6 +26,7 @@ alsa-plugins-pulseaudio_package() {
|
|||
replaces="alsa-plugins<1.0.27_3"
|
||||
short_desc+=" - Pulseaudio output plugin"
|
||||
conf_files="/etc/asound.conf"
|
||||
depends="pulseaudio"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/alsa-lib/*pulse*"
|
||||
vmove "usr/share/alsa/alsa.conf.d/*pulse*"
|
||||
|
|
Loading…
Reference in New Issue