Enable libcamera SPA plugin only for newer fedora
This commit is contained in:
parent
4947b3f8b0
commit
5edf6b1c24
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user