Accepting request 898285 from KDE:Extra

- Don't build gammaray with glslang on Tumbleweed.
  The glslang 11.4.0 update broke the build.

OBS-URL: https://build.opensuse.org/request/show/898285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gammaray?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2021-06-09 19:52:22 +00:00 committed by Git OBS Bridge
commit 3024f7c0f4
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 8 08:36:40 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Don't build gammaray with glslang on Tumbleweed.
The glslang 11.4.0 update broke the build.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 28 02:50:33 UTC 2020 - Wang Jun <jgwang@suse.com> Mon Dec 28 02:50:33 UTC 2020 - Wang Jun <jgwang@suse.com>

View File

@ -71,8 +71,11 @@ BuildRequires: cmake(VTK) = 7.1.0
%endif %endif
# Needed to build the user manual # Needed to build the user manual
BuildRequires: libqt5-qtdoc-devel BuildRequires: libqt5-qtdoc-devel
# # Build issue with glslang 11.4.0
# https://github.com/KDAB/GammaRay/issues/635
%if 0%{?suse_version} <= 1500
BuildRequires: glslang-devel BuildRequires: glslang-devel
%endif
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0 BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0 BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0
BuildRequires: cmake(Qt5Scxml) >= 5.8.0 BuildRequires: cmake(Qt5Scxml) >= 5.8.0