From ad0c8bd1c0cc5e51a3586a73bf55422362008f3e Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 5 May 2022 16:40:43 +0200 Subject: [PATCH] Reverse condition --- vlc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 7219d63..98df3b6 100644 --- a/vlc.spec +++ b/vlc.spec @@ -29,7 +29,7 @@ %global _with_asdcp 1 %endif -%if 0%{?fedora} || 0%{?el8} +%if ! 0%{?el7} %global _with_bluray 1 %global _with_wayland 1 %endif