From 96392d5c5319b0d6d3e8b07e78a199bf4b44a5ba Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Mon, 6 May 2019 15:19:42 +0200 Subject: Linux distro config: Enable more VCL plugins Enable the gtk3_kde5 and kde5 VCL plugins as discussed in ESC all of 2019-05-02. Also drop the "--disable-gtk3" switch so gtk3 is built as well (which is enabled by default). Change-Id: I65230255f8db6a7de992c6f5e9f9892a72436349 Reviewed-on: https://gerrit.libreoffice.org/71865 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- distro-configs/LibreOfficeLinux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 2be88ea32d19..c4ab4c4e2c54 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -20,8 +20,8 @@ --enable-dbus --enable-extension-integration --enable-odk ---disable-kde5 ---disable-gtk3 +--enable-gtk3-kde5 +--enable-kde5 --enable-gstreamer-0-10 --enable-gstreamer-1-0 --enable-evolution2 -- cgit