blob: ff89e795ed2a9c1fd4ddd1a5e6e1af54f43645a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/meson.build b/meson.build
index 27cb852..eb3500c 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ endif
m_dep = cc.find_library('m', required: false)
-intl_dep = cc.find_library('intl', required: get_option('nls'))
+intl_dep = cc.find_library('intl', required: get_option('nls'), required: false)
gtk2_dep = dependency('gtk+-2.0',
version: '>= 2.10.0',
|