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