- Loosen dependencies to allow building with newer versions of

clang-devel, similar to llvm-devel.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=931
This commit is contained in:
Stefan Dirsch 2020-02-28 15:31:51 +00:00 committed by Git OBS Bridge
parent ffe6cd2257
commit 8858127b8d
4 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Loosen dependencies to allow building with newer versions of
clang-devel, similar to llvm-devel.
-------------------------------------------------------------------
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>

View File

@ -217,7 +217,11 @@ BuildRequires: llvm9-devel
%endif
%if 0%{with_opencl}
%if 0%{?is_opensuse}
BuildRequires: clang-devel >= 9.0.0
%else
BuildRequires: clang9-devel
%endif
BuildRequires: libclc
%endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 28 15:25:41 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- Loosen dependencies to allow building with newer versions of
clang-devel, similar to llvm-devel.
-------------------------------------------------------------------
Fri Feb 21 13:18:18 UTC 2020 - Philipp Seiler <p.seiler@linuxmail.org>

View File

@ -216,7 +216,11 @@ BuildRequires: llvm9-devel
%endif
%if 0%{with_opencl}
%if 0%{?is_opensuse}
BuildRequires: clang-devel >= 9.0.0
%else
BuildRequires: clang9-devel
%endif
BuildRequires: libclc
%endif