aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/mesa
AgeCommit message (Collapse)Author
2024-08-15[tools/depends] Bump Python 3.12.5fuzzard
[tools/depends][native] Bump Markupsafe 2.1.5 [tools/depends][native] Bump Mako 1.3.5 [tools/depends][target] Bump pythonmodules-setuptools 72.1.0 [tools/depends][target] Bump Python 3.12.5 [tools/depends][target] samba-gplv3 patch distutils usage python 3.12 removed distutils from core cpython, and it is now only available from setuptools. Patch to import setuptools before trying to use distutils in samba python functionality testing [tools/depends][target] Mesa support setuptools for py3.12 Fix failure to find Mako due to error on import of distutils Patch imports setuptools first, which allows distutils to succeed
2024-08-14[tools/depends][target] Fix deprecation warningsfuzzard
meson.build:615: WARNING: dri3 option "false" deprecated, please use "disabled" instead. meson.build:661: WARNING: gallium-vdpau option "false" deprecated, please use "disabled" instead. meson.build:803: WARNING: gallium-va option "false" deprecated, please use "disabled" instead. meson.build:847: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.
2023-04-21Merge pull request #22885 from craigcarnell/update/mesa-23.0.0fuzzard
Update/mesa 23.0.1
2023-04-20[depends] mesa: build with wayland support only for GLEScraigcarnell
2023-04-17tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17Update Mesa to v23.0.1, libdrm 2.4.115, wayland 1.18craigcarnell
2023-02-14Revert "tools/depends: improve download retry logic and add download target"fuzzard
2023-02-07tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-02-07[depends] add tarball hash checkingwsnipex
2020-11-02tools/depends: fix mesa build for aarch64Lukas Rusak
2020-10-17tools/depends: allow building GLES lib for x11 and waylandLukas Rusak
2020-09-04tools/depends: add mesaLukas Rusak