- Switch to full KDE stack for KDE Frameworks integration instead

of gtk3 KDE wrapper bsc#1123131

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=748
This commit is contained in:
Tomáš Chvátal 2019-01-25 11:09:54 +00:00 committed by Git OBS Bridge
parent bf0fa5b5df
commit ac10ab0292
2 changed files with 8 additions and 2 deletions

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 25 09:12:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to full KDE stack for KDE Frameworks integration instead
of gtk3 KDE wrapper bsc#1123131
-------------------------------------------------------------------
Thu Jan 24 13:19:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

@ -1045,9 +1045,9 @@ export NOCONFIGURE=yes
%if %{with gtk3}
--enable-gtk3 \
%if %{with kdeintegration}
--enable-gtk3-kde5 \
--disable-gtk3-kde5 \
--enable-kde5 \
--disable-qt5 \
--enable-qt5 \
%endif
%else
--disable-gtk3 \