SHA256
1
0
forked from pool/Mesa

Accepting request 685478 from home:iznogood:branches:X11:XOrg

Follow what meson checks for - adjust min ver of llvm.
This is just a tweak, no need to forward atm, leave it in devel for now.

OBS-URL: https://build.opensuse.org/request/show/685478
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=818
This commit is contained in:
Stefan Dirsch 2019-03-15 22:04:02 +00:00 committed by Git OBS Bridge
parent c84379dce9
commit 861cc95b88
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -216,7 +216,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
BuildRequires: llvm-devel >= 6.0.0
BuildRequires: llvm-devel >= 7.0.0
%endif
%if 0%{with_opencl}

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -215,7 +215,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
BuildRequires: pkgconfig(wayland-server) >= 1.11
%endif
%if 0%{with_llvm}
BuildRequires: llvm-devel >= 6.0.0
BuildRequires: llvm-devel >= 7.0.0
%endif
%if 0%{with_opencl}