From 9e75b2e18b51f5f081b35b96d284ddb9bd665f08 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Thu, 15 Jan 2015 10:02:30 -0300 Subject: deps: Remove libtickit as a project dependency Also update libtermkey version and fix the pkg-config search scripts. --- cmake/FindLibUnibilium.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindLibUnibilium.cmake') diff --git a/cmake/FindLibUnibilium.cmake b/cmake/FindLibUnibilium.cmake index aace9a40d5..6aafd07c90 100644 --- a/cmake/FindLibUnibilium.cmake +++ b/cmake/FindLibUnibilium.cmake @@ -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) -- cgit