Enable lv2 support

el9
Leigh Scott 4 years ago
parent 857dee539a
commit 3bcd9784c6

@ -38,6 +38,7 @@
%if 0%{?rhel} %if 0%{?rhel}
%global _without_lensfun 1 %global _without_lensfun 1
%global _without_lv2 1
%global _without_vulkan 1 %global _without_vulkan 1
%endif %endif
@ -180,6 +181,7 @@ BuildRequires: nasm
%{?_with_omx:BuildRequires: libomxil-bellagio-devel} %{?_with_omx:BuildRequires: libomxil-bellagio-devel}
BuildRequires: libxcb-devel BuildRequires: libxcb-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
%{!?_without_lv2:BuildRequires: lilv-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel} %{!?_without_openal:BuildRequires: openal-soft-devel}
%if 0%{!?_without_opencl:1} %if 0%{!?_without_opencl:1}
BuildRequires: opencl-headers ocl-icd-devel BuildRequires: opencl-headers ocl-icd-devel
@ -342,6 +344,7 @@ This package contains development files for %{name}
--enable-libzimg \\\ --enable-libzimg \\\
%{?_with_zmq:--enable-libzmq} \\\ %{?_with_zmq:--enable-libzmq} \\\
%{!?_without_zvbi:--enable-libzvbi} \\\ %{!?_without_zvbi:--enable-libzvbi} \\\
%{!?_without_lv2:--enable-lv2} \\\
--enable-avfilter \\\ --enable-avfilter \\\
--enable-avresample \\\ --enable-avresample \\\
--enable-libmodplug \\\ --enable-libmodplug \\\

Loading…
Cancel
Save