diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-05-06 15:19:42 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-05-22 13:10:04 +0200 |
commit | 96392d5c5319b0d6d3e8b07e78a199bf4b44a5ba (patch) | |
tree | c604e649710ddb9225bf85183171fc27f0497a66 /distro-configs | |
parent | d76c498d4871f663619f5af3ef90b8a3049e20f2 (diff) |
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 <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |