mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Disable NVK for now in ELN builds
While it is possible that we may eventually want to enable this for RHEL, in its current form it is pulling in OpenCL dependencies (e.g. libclc, SPIRV) and uses Fedora rust-packaging and crates. Because it does not use the usual %cargo_* macros, it is not clear how to go about vendoring the rust dependencies for ELN and RHEL builds.
This commit is contained in:
parent
49e0793310
commit
11daf3f5dd
1 changed files with 1 additions and 4 deletions
|
@ -5,16 +5,13 @@
|
||||||
%global with_va 1
|
%global with_va 1
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%global with_nine 1
|
%global with_nine 1
|
||||||
|
%global with_nvk %{with vulkan_hw}
|
||||||
%global with_omx 1
|
%global with_omx 1
|
||||||
%global with_opencl 1
|
%global with_opencl 1
|
||||||
%endif
|
%endif
|
||||||
%global base_vulkan ,amd
|
%global base_vulkan ,amd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_vulkan_hw}
|
|
||||||
%global with_nvk 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%global with_crocus 1
|
%global with_crocus 1
|
||||||
%global with_i915 1
|
%global with_i915 1
|
||||||
|
|
Loading…
Reference in a new issue