raven-rhel8/extras/mesa/mesa-use-python3.11.patch
2024-06-29 12:12:15 +06:00

13 lines
385 B
Diff

diff -Naur a/meson.build b/meson.build
--- a/meson.build 2024-01-11 02:39:55.000000000 +0600
+++ b/meson.build 2024-06-20 19:40:32.151202733 +0600
@@ -882,7 +882,7 @@
pre_args += '-DALLOW_KCMP'
endif
-prog_python = import('python').find_installation('python3')
+prog_python = import('python').find_installation('python3.11')
has_mako = run_command(
prog_python, '-c',
'''