- Require llvm >= 3.9.0
* The build fails otherwise because it is required for multiple Mesa components. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=672
This commit is contained in:
parent
ffde9da8c0
commit
85dec995cf
@ -2,6 +2,9 @@
|
||||
Mon Jan 8 07:55:49 UTC 2018 - msrb@suse.com
|
||||
|
||||
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
|
||||
- Require llvm >= 3.9.0
|
||||
* The build fails otherwise because it is required for multiple
|
||||
Mesa components.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 15:13:14 UTC 2017 - msrb@suse.com
|
||||
|
@ -215,7 +215,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%endif
|
||||
%if 0%{with_llvm}
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: llvm-devel >= 3.9.0
|
||||
%endif
|
||||
%ifarch aarch64 %arm ppc64 ppc64le s390x %ix86 x86_64
|
||||
BuildRequires: ncurses-devel
|
||||
|
Loading…
Reference in New Issue
Block a user