Age | Commit message (Collapse) | Author |
|
[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
|
|
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.
|
|
Update/mesa 23.0.1
|
|
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
|
|
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
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
|
|
|
|
|
|
|
|
|