[tepl/wip/icu: 1/5] icu: add icu-uc and icu-i18n deps



commit 29ebc5bb98b58132e0819be6144a3ccc4c166b19
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri May 29 16:26:36 2020 +0200

    icu: add icu-uc and icu-i18n deps
    
    The libicu will be used.

 meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0c9afb7..0a31d06 100644
--- a/meson.build
+++ b/meson.build
@@ -47,7 +47,11 @@ TEPL_PUBLIC_DEPS = [
   dependency('gtksourceview-4', version: '>= 4.0'),
   dependency('amtk-5', version: '>= 5.0')
 ]
-TEPL_DEPS = [TEPL_PUBLIC_DEPS]
+tepl_private_deps = [
+  dependency('icu-uc'),
+  dependency('icu-i18n'),
+]
+TEPL_DEPS = [TEPL_PUBLIC_DEPS, tepl_private_deps]
 
 # config.h
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]