[packages/vulkan-sdk] ICD won't build on 32 bit

jajcus jajcus at pld-linux.org
Thu Feb 25 12:05:29 CET 2016


commit 5712831add5118d9d5eb870c3893400bdfe59171
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Feb 25 12:05:00 2016 +0100

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

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vulkan-sdk.git/commitdiff/5712831add5118d9d5eb870c3893400bdfe59171



More information about the pld-cvs-commit mailing list