Changeset 49df687a for x/lib/libdrm.xml


Ignore:
Timestamp:
03/07/2018 08:41:02 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fbfd743
Parents:
3bcea12
Message:

Updates:
xorgproto-2018.4 (new bundled package, remove the previous page)
libdrm-2.4.91
fontconfig-2.13.0
libxcb-1.13
xcb-proto-1.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19924 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    r3bcea12 r49df687a  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "61dcb4989c728f566e3c15c236585a17">
    10   <!ENTITY libdrm-size          "804 KB">
    11   <!ENTITY libdrm-buildsize     "13 MB (add 1 MB for the tests)">
    12   <!ENTITY libdrm-time          "0.2 SBU (add 0.8 SBU for the tests)">
     9  <!ENTITY libdrm-md5sum        "23d87cda92700b710a37d9b8edaa9f54">
     10  <!ENTITY libdrm-size          "796 KB">
     11  <!ENTITY libdrm-buildsize     "12 MB">
     12  <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.8 SBU for tests)">
    1313]>
    1414
     
    104104    </para>
    105105
    106 <screen><userinput>./configure --prefix=/usr --enable-udev &amp;&amp;
    107 make</userinput></screen>
    108 
    109     <para>
    110       To check the results, issue <command>make check</command>. Tests may hang
     106<screen><userinput>mkdir build &amp;&amp;
     107cd build &amp;&amp;
     108meson --prefix=$XORG_PREFIX -Dudev=true &amp;&amp;
     109ninja</userinput></screen>
     110
     111    <para>
     112      To check the results, issue <command>ninja test</command>. Tests may hang
    111113      for unknown reasons. If nouveau threaded test hangs, you can disable it
    112114      with
     
    118120    </para>
    119121
    120 <screen role="root"><userinput>make install</userinput></screen>
     122<screen role="root"><userinput>ninja install</userinput></screen>
    121123
    122124  </sect2>
     
    126128
    127129    <para>
    128       <parameter>--enable-udev</parameter>: This parameter enables support for using
     130      <parameter>-Dudev=true</parameter>: This parameter enables support for using
    129131      <application>Udev</application> instead of <command>mknod</command>.
    130132    </para>
Note: See TracChangeset for help on using the changeset viewer.