Simplify _without_mesa_glvnd condition

This commit is contained in:
Nicolas Chauvet 2017-08-23 10:23:51 +02:00
parent baafe31ccd
commit 4410f00b64

View File

@ -2,7 +2,7 @@
%global date 20170818
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%if (0%{?fedora} && 0%{?fedora} <= 24) || (0%{?rhel} && 0%{?rhel} <= 7)
%if 0%{?rhel} && 0%{?rhel} <= 7
%global _without_mesa_glvnd_default 1
%endif