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

New commits:
commit 27746ff5d5dfeef6192743d19659537b574b25ca
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Dec 6 11:32:53 2022 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Dec 6 10:39:52 2022 +0000

    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 <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

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