[gspell/wip/cmake] cmake: check all required pkg-config modules
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell/wip/cmake] cmake: check all required pkg-config modules
- Date: Fri, 19 Aug 2022 12:40:09 +0000 (UTC)
commit 21b112887013fa60d66a40034e6dfd102e00e09c
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date: Tue Aug 16 16:00:00 2022 +0200
cmake: check all required pkg-config modules
CMakeLists.txt | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac4b838..4da7315 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,4 +5,8 @@ project (gspell
include (cmake/gsw.cmake)
GswInitBasic ()
-pkg_check_modules (DEPS REQUIRED glib-2.0>=2.44)
+pkg_check_modules (DEPS REQUIRED
+ glib-2.0>=2.44
+ gtk+-3.0>=3.20
+ enchant-2>=2.1.3
+ icu-uc)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]