raster pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/forecasts.git/commit/?id=ea163b7813f4682f16c9f37cbed21f877ebb7c32
commit ea163b7813f4682f16c9f37cbed21f877ebb7c32 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Feb 21 12:48:47 2021 +0000 fix meson --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 4ccce20..4ec2fb0 100644 --- a/meson.build +++ b/meson.build @@ -33,7 +33,6 @@ use_translations = false intl_lib = cc.find_library('intl', required: false) if intl_lib.found() config_data.set('ENABLE_NLS', 1) - terminology_dependencies += [intl_lib] use_translations = true else gettext_code = ''' --
