Ignore:
Timestamp:
12/03/2023 06:35:25 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
664f94b
Parents:
ee66136 (diff), f6b87643 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into renodr/vulkan-addition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/v4l-utils.xml

    ree66136 r882979cd  
    8080    <bridgehead renderas="sect3">v4l-utils Dependencies</bridgehead>
    8181
    82     <bridgehead renderas="sect4">Required</bridgehead>
    83     <para role="required">
    84       <xref linkend="llvm"/> (with target BPF)
    85     </para>
    86 
    8782    <bridgehead renderas="sect4">Recommended</bridgehead>
    8883    <para role="recommended">
     
    9590    <bridgehead renderas="sect4">Optional</bridgehead>
    9691    <para role="optional">
    97       <xref linkend="doxygen"/> and
    98       <xref linkend="sdl2"/>
     92      <xref linkend="doxygen"/>,
     93      <xref linkend="sdl2"/>, and
     94      both <xref linkend="llvm"/> (with Clang and target BPF)
     95      and <ulink url='https://github.com/libbpf/libbpf'>libbpf</ulink>
     96      (for infrared remote control decoders based on BPF)
    9997    </para>
    10098
     
    103101  <sect2 role="installation">
    104102    <title>Installation of v4l-utils</title>
     103
     104    <note>
     105      <para>
     106        If you've installed both LLVM and libbpf (not in BLFS), either
     107        enable the BPF target (via
     108        <option>-DLLVM_TARGETS_TO_BUILD=</option>) building LLVM, or disable
     109        the infrared remote control decoders based on BPF:
     110      </para>
     111
     112      <!-- not "nodump" because it's harmless for BLFS anyway -->
     113      <screen><userinput>sed '/^ir_bpf_enabled/s/=.*/= false/' \
     114    -i utils/keytable/meson.build</userinput></screen>
     115    </note>
    105116
    106117    <para>
Note: See TracChangeset for help on using the changeset viewer.