mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Restore original libinstpatch pkgconfig module name
This commit is contained in:
parent
6a6015f047
commit
d8bbd56fea
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ else(NOT enable-pkgconfig)
|
|||
|
||||
unset ( LIBINSTPATCH_SUPPORT CACHE )
|
||||
if ( enable-libinstpatch )
|
||||
pkg_check_modules ( LIBINSTPATCH libinstpatch )
|
||||
pkg_check_modules ( LIBINSTPATCH libinstpatch-1.0 )
|
||||
set ( LIBINSTPATCH_SUPPORT ${LIBINSTPATCH_FOUND} )
|
||||
endif ( enable-libinstpatch )
|
||||
|
||||
|
|
Loading…
Reference in a new issue