mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +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 LIBUNIBILIUM_USE_BUNDLED)
|
||||
find_package(PkgConfig)
|
||||
if (PKG_CONFIG_FOUND)
|
||||
pkg_check_modules(PC_LIBUNIBILIUM QUIET libunibilium)
|
||||
pkg_check_modules(PC_LIBUNIBILIUM QUIET unibilium)
|
||||
endif()
|
||||
else()
|
||||
set(PC_LIBUNIBILIUM_INCLUDEDIR)
|
||||
|
Reference in New Issue
Block a user