Accepting request 780325 from X11:XOrg
- Loosen dependencies to allow building with newer versions of clang-devel, similar to llvm-devel. OBS-URL: https://build.opensuse.org/request/show/780325 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=372
This commit is contained in:
commit
99986101b5
@ -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