Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    rb5645ad r0024c34  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "252175d363e3dbc4ffe32faaa8e93494">
    10   <!ENTITY libdrm-size          "415 KB">
    11   <!ENTITY libdrm-buildsize     "10 MB (with tests)">
    12   <!ENTITY libdrm-time          "less than 0.1 SBU (with tests)">
     9  <!ENTITY libdrm-md5sum        "002e4e06e7f23fadc2ec6dbd03f3d1ee">
     10  <!ENTITY libdrm-size          "404 KB">
     11  <!ENTITY libdrm-buildsize     "12 MB (with tests)">
     12  <!ENTITY libdrm-time          "0.1 SBU (with tests)">
    1313  <!-- With version 2.4.102, the tests add 1 second to my build. -->
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3839    </para>
    3940
    40     &lfs110a_checked;
     41    &lfs10_checked;
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8687      <xref linkend="cmake"/> (could be used to find dependencies without pkgconfig files),
    8788      <xref linkend="DocBook"/>,
    88       <xref linkend="docbook-xsl"/>,
    89       <xref linkend="docutils"/>, and
     89      <xref linkend="docbook-xsl"/> and
    9090      <xref linkend="libxslt"/> (to build manual pages),
    9191      <xref linkend="libatomic_ops"/> (required by architectures without native atomic operations),
     
    110110cd    build &amp;&amp;
    111111
    112 meson --prefix=$XORG_PREFIX \
    113       --buildtype=release   \
    114       -Dudev=true           \
    115       -Dvalgrind=false      &amp;&amp;
     112meson --prefix=$XORG_PREFIX -Dudev=true &amp;&amp;
    116113ninja</userinput></screen>
    117114
     
    143140    <title>Command Explanations</title>
    144141
    145     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146       href="../../xincludes/meson-buildtype-release.xml"/>
    147 
    148142    <para>
    149143      <parameter>-Dudev=true</parameter>: This parameter enables support for using
    150144      <application>Udev</application> instead of <command>mknod</command>.
    151     </para>
    152 
    153     <para>
    154       <parameter>-Dvalgrind=false</parameter>: This parameter disables building
    155       libdrm with valgrind support. This fixes building sysprof and other
    156       packages that use libdrm. Change this parameter to "true" if you need
    157       support for valgrind.
    158145    </para>
    159146
     
    191178        <listitem>
    192179          <para>
    193             contains the AMDGPU specific Direct Rendering Manager functions
     180            contains the AMDGPU specific Direct Rendering Manager functions.
    194181          </para>
    195182          <indexterm zone="libdrm libdrm_amdgpu">
     
    204191          <para>
    205192            contains the Intel specific Direct Rendering Manager
    206             functions
     193            functions.
    207194          </para>
    208195          <indexterm zone="libdrm libdrm_intel">
     
    217204          <para>
    218205            contains the open source nVidia (Nouveau) specific Direct
    219             Rendering Manager functions
     206            Rendering Manager functions.
    220207          </para>
    221208          <indexterm zone="libdrm libdrm_nouveau">
     
    230217          <para>
    231218            contains the AMD Radeon specific Direct Rendering Manager
    232             functions
     219            functions.
    233220          </para>
    234221          <indexterm zone="libdrm libdrm_radeon">
     
    242229        <listitem>
    243230          <para>
    244             contains the Direct Rendering Manager API functions
     231            contains the Direct Rendering Manager API functions.
    245232          </para>
    246233          <indexterm zone="libdrm libdrm-lib">
     
    254241        <listitem>
    255242          <para>
    256             contains API functions for kernel mode setting abstraction
     243            contains API functions for kernel mode setting abstraction.
    257244          </para>
    258245          <indexterm zone="libdrm libkms">
Note: See TracChangeset for help on using the changeset viewer.