Accepting request 898231 from home:trmdi:branches:KDE:Extra

Fix build issue on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/898231
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=67
This commit is contained in:
Christophe Giboudeaux 2021-06-08 08:35:14 +00:00 committed by Git OBS Bridge
parent 7b57ddeb5d
commit e7874b8faf

View File

@ -71,8 +71,11 @@ BuildRequires: cmake(VTK) = 7.1.0
%endif
# Needed to build the user manual
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
%endif
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0
BuildRequires: cmake(Qt5Scxml) >= 5.8.0