mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
libdrm: Fix building sysprof by disabling valgrind in libdrm.
This commit is contained in:
parent
dd51538340
commit
724fc4d108
@ -41,6 +41,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>May 22nd, 2021</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Disable valgrind in libdrm to allow sysprof to
|
||||||
|
build properly.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>May 21st, 2021</para>
|
<para>May 21st, 2021</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -109,7 +109,7 @@
|
|||||||
<screen><userinput>mkdir build &&
|
<screen><userinput>mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
meson --prefix=$XORG_PREFIX -Dudev=true &&
|
meson --prefix=$XORG_PREFIX -Dudev=true -Dvalgrind=false &&
|
||||||
ninja</userinput></screen>
|
ninja</userinput></screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -144,6 +144,13 @@ ninja</userinput></screen>
|
|||||||
<application>Udev</application> instead of <command>mknod</command>.
|
<application>Udev</application> instead of <command>mknod</command>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<parameter>-Dvalgrind=false</parameter>: This parameter disables building
|
||||||
|
libdrm with valgrind support. This fixes building sysprof and other
|
||||||
|
packages that use libdrm. Change this parameter to "true" if you need
|
||||||
|
support for valgrind.
|
||||||
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user