Restore original libinstpatch pkgconfig module name

This commit is contained in:
derselbst 2019-08-02 14:06:54 +02:00
parent 6a6015f047
commit d8bbd56fea

View file

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