fluidsynth: add missing dependencies to -devel
This commit is contained in:
parent
4ed77d6c9c
commit
f5b0115ba6
@ -1,7 +1,7 @@
|
||||
# Template file for 'fluidsynth'
|
||||
pkgname=fluidsynth
|
||||
version=2.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
make_check_target=check
|
||||
configure_args="-DLIB_SUFFIX=
|
||||
@ -23,7 +23,7 @@ libfluidsynth_package() {
|
||||
}
|
||||
|
||||
fluidsynth-devel_package() {
|
||||
depends="libfluidsynth>=${version}"
|
||||
depends="libfluidsynth>=${version} $makedepends"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user