mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
don't build vulkan on i686
This commit is contained in:
parent
dd9168f626
commit
01f7915dd8
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
%define with_vmware 1
|
||||
%define with_xa 1
|
||||
%define with_omx 1
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%define with_vulkan 1
|
||||
%else
|
||||
%define with_vulkan 0
|
||||
|
|
Loading…
Reference in a new issue