mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
deps: Remove libtickit as a project dependency
Also update libtermkey version and fix the pkg-config search scripts.
This commit is contained in:
@@ -8,7 +8,7 @@ find_package(PkgConfig)
|
||||
if(NOT LIBTERMKEY_USE_BUNDLED)
|
||||
find_package(PkgConfig)
|
||||
if (PKG_CONFIG_FOUND)
|
||||
pkg_check_modules(PC_LIBTERMKEY QUIET libtermkey)
|
||||
pkg_check_modules(PC_LIBTERMKEY QUIET termkey)
|
||||
endif()
|
||||
else()
|
||||
set(PC_LIBTERMKEY_INCLUDEDIR)
|
||||
|
Reference in New Issue
Block a user