SHA256
1
0
forked from pool/Mesa

Accepting request 533412 from home:michalsrb:branches:X11:XOrg

- Add build dependency on clang-devel-static.
  * Required with new llvm4 build mode (bnc#1049703).
  * Also rename dependency llvm-clang-devel to clang-devel. The
    llvm-clang-devel is old name kept around for compatibility.

Note that it is unresolvable at the moment. It needs to meet with
llvm submission from devel:tools:compiler to work.

OBS-URL: https://build.opensuse.org/request/show/533412
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=652
This commit is contained in:
Stefan Dirsch 2017-10-11 14:40:26 +00:00 committed by Git OBS Bridge
parent 5e1061b579
commit ba221bca17
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 11 13:26:07 UTC 2017 - msrb@suse.com
- Add build dependency on clang-devel-static.
* Required with new llvm4 build mode (bnc#1049703).
* Also rename dependency llvm-clang-devel to clang-devel. The
llvm-clang-devel is old name kept around for compatibility.
-------------------------------------------------------------------
Wed Oct 4 09:51:03 UTC 2017 - sndirsch@suse.com

View File

@ -163,8 +163,9 @@ BuildRequires: ncurses-devel
%endif
%if 0%{with_opencl}
BuildRequires: clang-devel
BuildRequires: clang-devel-static
BuildRequires: libclc
BuildRequires: llvm-clang-devel
%endif
%if 0%{?libglvnd}