Changeset 9a4ce129 for x


Ignore:
Timestamp:
02/13/2023 07:51:25 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
10eddc2
Parents:
40f6b8d (diff), cce533d (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' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    r40f6b8d r9a4ce129  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.xz">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "07759750351465e5dd39f4fe40f000ea">
    10   <!ENTITY libdrm-size          "464 KB">
    11   <!ENTITY libdrm-buildsize     "8.2 MB (with tests)">
    12   <!ENTITY libdrm-time          "0.1 SBU (with tests)">
     9  <!ENTITY libdrm-md5sum        "5403981a20c964f4c893ff91393652bd">
     10  <!ENTITY libdrm-size          "459 KB">
     11  <!ENTITY libdrm-buildsize     "8.6 MB (with tests)">
     12  <!ENTITY libdrm-time          "less than 0.1 SBU (with tests) with parallelism=4">
    1313  <!-- With version 2.4.102, the tests add 1 second to my build. -->
    1414  <!-- The 'threaded' test adds about 15 seconds if you're on an NVIDIA system
     
    109109cd    build &amp;&amp;
    110110
    111 meson --prefix=$XORG_PREFIX \
    112       --buildtype=release   \
    113       -Dudev=true           \
    114       -Dvalgrind=disabled   &amp;&amp;
     111meson setup  --prefix=$XORG_PREFIX \
     112             --buildtype=release   \
     113             -Dudev=true           \
     114             -Dvalgrind=disabled   &amp;&amp;
    115115ninja</userinput></screen>
    116116
Note: See TracChangeset for help on using the changeset viewer.