- require llvm/clang 10
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=949
This commit is contained in:
parent
d7b2e09ef5
commit
90957beb61
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- require llvm/clang 10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -211,17 +211,17 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%if 0%{with_llvm}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: llvm-devel >= 9.0.0
|
||||
BuildRequires: llvm-devel >= 10.0.0
|
||||
%else
|
||||
BuildRequires: llvm9-devel
|
||||
BuildRequires: llvm10-devel
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{with_opencl}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: clang-devel >= 9.0.0
|
||||
BuildRequires: clang-devel >= 10.0.0
|
||||
%else
|
||||
BuildRequires: clang9-devel
|
||||
BuildRequires: clang10-devel
|
||||
%endif
|
||||
BuildRequires: libclc
|
||||
%endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- require llvm/clang 10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -210,17 +210,17 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%if 0%{with_llvm}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: llvm-devel >= 9.0.0
|
||||
BuildRequires: llvm-devel >= 10.0.0
|
||||
%else
|
||||
BuildRequires: llvm9-devel
|
||||
BuildRequires: llvm10-devel
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{with_opencl}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: clang-devel >= 9.0.0
|
||||
BuildRequires: clang-devel >= 10.0.0
|
||||
%else
|
||||
BuildRequires: clang9-devel
|
||||
BuildRequires: clang10-devel
|
||||
%endif
|
||||
BuildRequires: libclc
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user