fluidsynth: add missing dependencies to -devel

This commit is contained in:
Michal Vasilek 2022-01-02 15:28:02 +01:00 committed by paper
parent 4ed77d6c9c
commit f5b0115ba6

View file

@ -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