Enable libcamera SPA plugin only for newer fedora

This commit is contained in:
Wim Taymans 2021-09-23 15:48:38 +02:00
parent 4947b3f8b0
commit 5edf6b1c24

View File

@ -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