configure.ac                          |    2 --
 distro-configs/LibreOfficeWASM32.conf |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 11e72e61b64bcabf5c599bc24e0b2f6b62c91b5c
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Nov 22 11:30:06 2022 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Wed Nov 30 12:27:24 2022 +0100

    Move Qt5 and scripting options for Emscripten to the distro-configs file
    
    The resulting config_host.mk from running autogen.sh with just
    --with-distro=LibreOfficeWASM32 is identical, so this should be safe.
    
    Change-Id: I68ab81ba4e48c18d135a824c6158d725eb3f94da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143395
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <[email protected]>

diff --git a/configure.ac b/configure.ac
index d6c1ac9fa3fe..22589f700099 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1163,8 +1163,6 @@ emscripten)
     test_system_freetype=no
     enable_compiler_plugins=no
     enable_customtarget_components=yes
-    enable_qt5=yes
-    enable_scripting=no
     enable_split_debug=yes
     enable_wasm_strip=yes
     with_system_zlib=no
diff --git a/distro-configs/LibreOfficeWASM32.conf 
b/distro-configs/LibreOfficeWASM32.conf
index b4a3f1dc6ae7..d7fc849b3cfa 100644
--- a/distro-configs/LibreOfficeWASM32.conf
+++ b/distro-configs/LibreOfficeWASM32.conf
@@ -1 +1,3 @@
 --host=wasm32-local-emscripten
+--enable-qt5
+--disable-scripting

Reply via email to