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