portaudio: depend on sndio-devel in portaudio-devel
This is necessary because portaudio.pc has `-lsndio` in it.
This commit is contained in:
parent
5850b188b4
commit
0dda6839c1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'portaudio'
|
||||
pkgname=portaudio
|
||||
version=190600.20161030
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=portaudio
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cxx --with-jack --enable-sndio"
|
||||
|
@ -32,7 +32,7 @@ post_install() {
|
|||
}
|
||||
|
||||
portaudio-devel_package() {
|
||||
depends="portaudio>=${version}_${revision}"
|
||||
depends="portaudio>=${version}_${revision} sndio-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/include/*.h"
|
||||
|
|
Loading…
Reference in a new issue