fluidsynth: fix devel depends

fluidsynth's cmake files check for the existence of
$XBPS_CROSS_BASE/usr/bin/fluidsynth, so switch to the main package as a
dependency, which makes the libfluidsynth dependency transitive

closes: #55783 [via git-merge-pr]
This commit is contained in:
classabbyamp 2025-06-15 11:53:35 -04:00
parent d9d2a2dca7
commit 83309ca6d9
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'fluidsynth'
pkgname=fluidsynth
version=2.4.6
revision=1
revision=2
build_style=cmake
make_check_target=check
configure_args="-DLIB_SUFFIX=
@ -25,7 +25,7 @@ libfluidsynth_package() {
}
fluidsynth-devel_package() {
depends="libfluidsynth>=${version} $makedepends"
depends="${sourcepkg}>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake