distro-configs/LibreOfficeWASM32.conf |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c9069219bef5846ef37265e07f3a475d532dbb25
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Dec 6 11:32:53 2022 +0200
Commit:     Balazs Varga <[email protected]>
CommitDate: Fri Jan 5 15:08:06 2024 +0100

    Need --disable-gen for the Qt5-based WASM LibreOffice now
    
    Otherwise we get the slightly mysterious "Can't select gen VCL plugin,
    if --without-x is used!" error from configure.ac.
    
    Change-Id: I3ffda8f7306ff48a619052df25186f0989370d95
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143707
    Tested-by: Tor Lillqvist <[email protected]>
    Reviewed-by: Tor Lillqvist <[email protected]>
    (cherry picked from commit 27746ff5d5dfeef6192743d19659537b574b25ca)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161672
    Tested-by: Balazs Varga <[email protected]>
    Reviewed-by: Balazs Varga <[email protected]>

diff --git a/distro-configs/LibreOfficeWASM32.conf 
b/distro-configs/LibreOfficeWASM32.conf
index d7fc849b3cfa..61c3f8f9da53 100644
--- a/distro-configs/LibreOfficeWASM32.conf
+++ b/distro-configs/LibreOfficeWASM32.conf
@@ -1,3 +1,4 @@
 --host=wasm32-local-emscripten
 --enable-qt5
+--disable-gen
 --disable-scripting

Reply via email to