SHA256
1
0
forked from pool/Mesa

- use llvm8 on factory/TW

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=842
This commit is contained in:
Stefan Dirsch 2019-06-18 09:50:46 +00:00 committed by Git OBS Bridge
parent be66567c61
commit 10d9d04543
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 18 09:29:26 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- use llvm8 on factory/TW
-------------------------------------------------------------------
Thu Jun 13 09:34:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -213,8 +213,12 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 8.0.0
%else
BuildRequires: llvm-devel >= 7.0.0
%endif
%endif
%if 0%{with_opencl}
BuildRequires: clang-devel

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 18 09:29:26 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- use llvm8 on factory/TW
-------------------------------------------------------------------
Thu Jun 13 09:34:13 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -212,8 +212,12 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
%if 0%{?suse_version} >= 1550
BuildRequires: llvm-devel >= 8.0.0
%else
BuildRequires: llvm-devel >= 7.0.0
%endif
%endif
%if 0%{with_opencl}
BuildRequires: clang-devel