zita-convolver: add missing fftw-devel dep to zita-convolver-devel
This commit is contained in:
parent
e39361377a
commit
1abee3c5b7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zita-convolver'
|
||||
pkgname=zita-convolver
|
||||
version=4.0.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_wrksrc="source"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="LIBDIR=/usr/lib"
|
||||
|
@ -22,7 +22,7 @@ post_install() {
|
|||
}
|
||||
|
||||
zita-convolver-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}-${version}_${revision} fftw-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue