From bfba46833957b315b06a96827bd98aa01403a9d0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 2 Nov 2016 12:41:54 +0000 Subject: [PATCH] fix if conditional --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index e256bbf..e52c06d 100644 --- a/mesa.spec +++ b/mesa.spec @@ -386,7 +386,7 @@ export LDFLAGS="-static-libstdc++" %{?with_opencl:--enable-opencl --enable-opencl-icd} %{!?with_opencl:--disable-opencl} \ --enable-glx-tls \ --enable-texture-float=yes \ -%if %{with_vulkan} +%if %{?with_vulkan} %{?vulkan_drivers} \ --with-sha1=libcrypto \ %endif