File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source /dev/stdin <<< "$(curl -s https://raw.githubusercontent.com/pytgcalls/bui
33require rust
44require venv
55
6+ import patch-mesa.sh
67import libraries.properties
78import libraries.properties from " github.com/pytgcalls/libx11"
89import mako from python3
@@ -36,8 +37,7 @@ build_and_install "libva" meson
3637build_and_install " libpciaccess" meson
3738
3839build_and_install " drm" meson-static -Dintel=enabled
39- build_and_install " mesa" meson-static \
40- --setup-commands=" find src -type f -name 'meson.build' ! -path 'src/nouveau/*' -exec sed -i 's/shared_library/library/g' {} +"
40+ build_and_install " mesa" meson-static --setup-commands=" patch_mesa"
4141
4242copy_libs " drm" " artifacts"
4343copy_libs " mesa" " artifacts" " gbm"
Original file line number Diff line number Diff line change 1+ function patch_mesa() {
2+ find src -type f -name ' meson.build' ! -path ' src/nouveau/*' -exec sed -i ' s/shared_library/library/g' {} +
3+ }
You can’t perform that action at this time.
0 commit comments