v4l-utils: LLVM is not required and it's useless unless libbpf is available

This commit is contained in:
Xi Ruoyao 2023-12-02 18:20:18 +08:00
parent 619090f79f
commit 52b9d55135
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -79,11 +79,6 @@
-->
<bridgehead renderas="sect3">v4l-utils Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="llvm"/> (with target BPF)
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="alsa-lib"/>,
@ -94,8 +89,11 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="doxygen"/> and
<xref linkend="sdl2"/>
<xref linkend="doxygen"/>,
<xref linkend="sdl2"/>, and
both <xref linkend="llvm"/> (with Clang and target BPF)
and <ulink url='https://github.com/libbpf/libbpf'>libbpf</ulink>
(for infrared remote control decoders based on BPF)
</para>
</sect2>