• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0588c99d11c05749f089d697d22ba7687e38aa29 (tree)
Time2022-06-09 11:45:33
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update mesa-21.3.7 and modify.

Change Summary

Incremental Difference

--- a/BLFS/Xorg/mesa.sh
+++ b/BLFS/Xorg/mesa.sh
@@ -4,7 +4,7 @@
44 . ./_xorgset.sh
55
66 APPNAME=mesa
7-VER=20.3.1
7+VER=21.3.7
88 TARGET=$APPNAME-$VER
99 TARGETBALL=$XORGDLD/$TARGET.tar.xz
1010 TARGETDIR=$TARGET
@@ -41,30 +41,19 @@ Patching
4141 patch -Np1 -i $XORGDLD/mesa-$VER-add_xdemos-1.patch \
4242 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
4343
44-sed '1s/python/&3/' -i bin/symbols-check.py
45-
4644 mkdir build
4745 cd build
4846
49-#./configure CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS=-lLLVM \
50-# --prefix=$XORG_PREFIX \
51-# --sysconfdir=/etc \
52-# --enable-osmesa \
53-# --enable-xa \
54-# --enable-glx-tls \
55-# --with-platforms="drm,x11,wayland" \
56-# --with-gallium-drivers=$GLL_DRV \
57-# $ENABLELLVM \
5847 Configuring
5948 meson --prefix=$XORG_PREFIX \
60- -Dbuildtype=release \
49+ --buildtype=release \
6150 -Ddri-drivers=$DRI_DRIVERS \
6251 -Dgallium-drivers=$GALLIUM_DRV \
6352 -Dgallium-nine=false \
6453 -Dglx=dri \
65- -Dosmesa=gallium \
66- -Dvalgrind=false \
67- -Dlibunwind=false \
54+ -Dvalgrind=disabled \
55+ -Dlibunwind=disabled \
56+ .. \
6857 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
6958
7059 unset GALLIUM_DRV DRI_DRIVERS
@@ -73,7 +62,6 @@ Making
7362 ninja \
7463 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
7564
76-PWD=`pwd`
7765 Installing
7866 porg -lp $TARGET -E$PWD "\
7967 ninja install" \