mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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:
parent
d9d2a2dca7
commit
83309ca6d9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue