Accepting request 1063423 from home:Andreas_Schwab:Factory

- Don't enable rusticl without opencl

OBS-URL: https://build.opensuse.org/request/show/1063423
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1189
This commit is contained in:
Stefan Dirsch 2023-02-06 15:35:16 +00:00 committed by Git OBS Bridge
parent a9c6503fed
commit 8b55289a82
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 6 13:52:18 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Don't enable rusticl without opencl
-------------------------------------------------------------------
Fri Jan 27 17:27:47 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -96,11 +96,9 @@
%if "%{flavor}" == "drivers"
%define glamor 0
%if 0%{?suse_version} > 1550
%ifnarch s390 s390x
%if 0%{?suse_version} > 1550 && 0%{with_opencl}
%define with_rusticl 1
%endif
%endif
%else
# No llvm dependencies
%define with_llvm 0