- require and check for llvm-devel >= 9 instead of llvm9-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=917
This commit is contained in:
@@ -214,7 +214,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%endif
|
||||
%if 0%{with_llvm}
|
||||
BuildRequires: llvm9-devel
|
||||
BuildRequires: llvm-devel >= 9.0.0
|
||||
%endif
|
||||
|
||||
%if 0%{with_opencl}
|
||||
@@ -732,7 +732,7 @@ programs against the XA state tracker.
|
||||
rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
|
||||
%if 0%{with_llvm}
|
||||
%if %{pkg_vcmp llvm9-devel >= 9.0}
|
||||
%if %{pkg_vcmp llvm-devel >= 9.0}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user