From 7c71063eb1931155710fde8f6235423ac3be64dd Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Jan 20 2017 09:50:46 +0000 Subject: add conditional --- diff --git a/vulkan.spec b/vulkan.spec index b799bba..3b013fd 100644 --- a/vulkan.spec +++ b/vulkan.spec @@ -142,8 +142,8 @@ pushd build/ -DBUILD_VKJSON=OFF \ -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \ -DBUILD_WSI_MIR_SUPPORT=OFF \ -%if 0%{?fedora} - -DBUILD_WSI_WAYLAND_SUPPORT=ON \ +%if 0%{?rhel} + -DBUILD_WSI_WAYLAND_SUPPORT=OFF \ %endif %if 0%{?use_layers} ..