mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Mesa: Remove a line that makes Mesa fail to build.
This commit is contained in:
parent
ac3711ece4
commit
84b63bb3f4
@ -42,6 +42,10 @@
|
||||
<listitem>
|
||||
<para>July 25th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Mesa: Remove a line that makes Mesa fail to
|
||||
build.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Rustc: 1.79.0 -> 1.80.0.</para>
|
||||
</listitem>
|
||||
|
@ -293,7 +293,6 @@ meson setup \
|
||||
-D libunwind=disabled \
|
||||
-D glvnd=enabled \
|
||||
.. &&
|
||||
sed -i 's/\/usr\/lib\//\/usr\/lib32\//g' ./build.ninja &&
|
||||
|
||||
ninja</userinput></screen>
|
||||
|
||||
@ -364,7 +363,6 @@ ldconfig</userinput></screen>
|
||||
-D valgrind=disabled \
|
||||
-D libunwind=disabled \
|
||||
.. &&
|
||||
sed -i 's/\/usr\/lib\//\/usr\/lib32\//g' ./build.ninja &&
|
||||
|
||||
ninja</userinput></screen>
|
||||
|
||||
@ -374,7 +372,7 @@ ninja</userinput></screen>
|
||||
|
||||
<screen><userinput>DESTDIR=$PWD/DESTDIR ninja install
|
||||
cp -vr DESTDIR/$XORG_PREFIX/lib32/* $XORG_PREFIX/lib32
|
||||
cp -vr DESTDIR/$XORG_PREFIX/share/* $XORG_PREFIX/share
|
||||
cp -vr DESTDIR/$XORG_PREFIX/share/vulkan/* $XORG_PREFIX/share/vulkan
|
||||
rm -rf DESTDIR
|
||||
ldconfig</userinput></screen>
|
||||
|
||||
@ -579,13 +577,6 @@ ldconfig</userinput></screen>
|
||||
linux options are auto (default), x11, wayland, surfaceless, and drm.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed -i 's/\/usr\/lib\//\/usr\/lib32\//g' ./build.ninja</command>:
|
||||
This package is stubborn and likes to link against LLVM libraries in
|
||||
<filename>/lib</filename>, even on a multilib installation, so this command
|
||||
tells this package to link against libraries in the proper directory.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user