From 5712831add5118d9d5eb870c3893400bdfe59171 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 25 Feb 2016 12:05:00 +0100 Subject: [PATCH] ICD won't build on 32 bit --- vulkan-sdk.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vulkan-sdk.spec b/vulkan-sdk.spec index 3106927..f7ea273 100644 --- a/vulkan-sdk.spec +++ b/vulkan-sdk.spec @@ -4,6 +4,10 @@ # driver (ICD)) %bcond_without icd # build without nulldrv and experimental Intel GPU driver +%ifnarch %{x8664} +%undefine with_icd +%endif + %define api_version 1.0.3 %define llvm_version 3.4.2 -- 2.44.0