Changeset 724fc4d1 for x/lib


Ignore:
Timestamp:
05/22/2021 09:04:19 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6ca1d4e6
Parents:
dd51538
Message:

libdrm: Fix building sysprof by disabling valgrind in libdrm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    rdd51538 r724fc4d1  
    110110cd    build &amp;&amp;
    111111
    112 meson --prefix=$XORG_PREFIX -Dudev=true &amp;&amp;
     112meson --prefix=$XORG_PREFIX -Dudev=true -Dvalgrind=false &amp;&amp;
    113113ninja</userinput></screen>
    114114
     
    145145    </para>
    146146
     147    <para>
     148      <parameter>-Dvalgrind=false</parameter>: This parameter disables building
     149      libdrm with valgrind support. This fixes building sysprof and other
     150      packages that use libdrm. Change this parameter to "true" if you need
     151      support for valgrind.
     152    </para>
     153
    147154  </sect2>
    148155
Note: See TracChangeset for help on using the changeset viewer.