don't build vulkan on i686

This commit is contained in:
Peter Robinson 2016-11-02 13:56:36 +00:00
parent dd9168f626
commit 01f7915dd8
1 changed files with 3 additions and 0 deletions

View File

@ -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