Changeset 9618962


Ignore:
Timestamp:
08/14/2023 01:35:49 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
89a2341
Parents:
aa0962e4
Message:

qemu: Add --enable-slirp to force checking libslirp

It's recommended and I guess most people will need it, so let's be
explicit and prevent some user errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    raa0962e4 r9618962  
    233233             --audio-drv-list=alsa       \
    234234             --disable-pa                \
     235             --enable-slirp              \
    235236             --docdir=/usr/share/doc/qemu-&qemu-version; &amp;&amp;
    236237
     
    295296      <parameter>--audio-drv-list=alsa --disable-pa</parameter>: This switch
    296297      sets the audio driver to ALSA. See below for enabling other audio drivers.
     298    </para>
     299
     300    <para>
     301      <parameter>--enable-slirp</parameter>: This switch forces the building
     302      system to check for <xref linkend='libslirp'/>.  Remove it if you
     303      don't need the <option>-netdev user</option> support.
    297304    </para>
    298305
Note: See TracChangeset for help on using the changeset viewer.