From 5edf6b1c242d28c709cffc24f6de82738846bed0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Sep 2021 15:48:38 +0200 Subject: [PATCH] Enable libcamera SPA plugin only for newer fedora --- pipewire.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pipewire.spec b/pipewire.spec index 8850f0e..a76e39d 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -37,9 +37,13 @@ # Features disabled for RHEL %if 0%{?rhel} %bcond_with jackserver_plugin -%bcond_with libcamera_plugin %else %bcond_without jackserver_plugin +%endif + +%if 0%{?rhel} || 0%{?fedora} < 36 +%bcond_with libcamera_plugin +%else %bcond_without libcamera_plugin %endif