deps: Remove libtickit as a project dependency

Also update libtermkey version and fix the pkg-config search scripts.
This commit is contained in:
Thiago de Arruda
2015-01-15 10:02:30 -03:00
parent dd12238329
commit 9e75b2e18b
4 changed files with 4 additions and 80 deletions

View File

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