- 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:
parent
ffe6cd2257
commit
8858127b8d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user