
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29394>
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/usr/bin/env bash
|
|
|
|
# We need at least 1.4.0 for rusticl
|
|
pip3 install --break-system-packages 'meson==1.4.0'
|