forked from pool/libclc
- use clang18-devel, llvm18-devel also for Leap 15.6/15.5 in order to
fix build OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=66
This commit is contained in:
parent
c582c7dc70
commit
07f9cec97b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 02:33:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- use clang18-devel, llvm18-devel also for Leap 15.6/15.5 in order to
|
||||
fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 22:30:18 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -38,12 +38,12 @@ BuildRequires: llvm-devel
|
||||
BuildRequires: pkgconfig(LLVMSPIRVLib)
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150600
|
||||
BuildRequires: clang17-devel
|
||||
BuildRequires: llvm17-devel
|
||||
BuildRequires: clang18-devel
|
||||
BuildRequires: llvm18-devel
|
||||
%else
|
||||
%if 0%{?sle_version} >= 150500
|
||||
BuildRequires: clang15-devel
|
||||
BuildRequires: llvm15-devel
|
||||
BuildRequires: clang18-devel
|
||||
BuildRequires: llvm18-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user