]> git.pld-linux.org Git - packages/vulkan-sdk.git/commitdiff
ICD won't build on 32 bit
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 25 Feb 2016 11:05:00 +0000 (12:05 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 25 Feb 2016 11:05:00 +0000 (12:05 +0100)
vulkan-sdk.spec

index 31069279fff51d54b75880528083e097a05702f0..f7ea2739eb00d96173c26b785a632abff23e984e 100644 (file)
@@ -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
 
This page took 0.032012 seconds and 4 git commands to generate.