From e8f19bc1d755f32686e5897342444ea7a2f14e93 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 9 Aug 2022 02:34:33 +0300 Subject: [PATCH 46/46] meson-winbuild.sh: Enable nls for qt5-client See osdn #45279 Signed-off-by: Marko Lindqvist --- windows/installer_cross/meson-winbuild.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/installer_cross/meson-winbuild.sh b/windows/installer_cross/meson-winbuild.sh index 04668114f7..59feaf9220 100755 --- a/windows/installer_cross/meson-winbuild.sh +++ b/windows/installer_cross/meson-winbuild.sh @@ -75,7 +75,6 @@ case $GUI in RULEDIT=false ;; qt5) CLIENT="qt" FCMP="qt" - NLS="-Dnls=false" RULEDIT=true QTPARAMS="-Dqtver=qt5" ;; qt6) CLIENT="qt" @@ -128,7 +127,6 @@ if ! meson \ --cross-file=cross.txt \ -Dprefix="$MESON_INSTALL_DIR" \ -Dclients="$CLIENT" -Dfcmp="$FCMP" \ - ${NLS} \ -Dsyslua=false \ -Dmwand=false \ -Dreadline=false \ -- 2.35.1