-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meson] Update meson 0.55 #12393
[meson] Update meson 0.55 #12393
Conversation
opend up mesonbuild/meson#7443 for the CI regressions |
don't really like that portable version is used python3. |
|
@voskrese: If it is on PATH and you forwarded your PATH to VCPKG or it is on a default search path for |
@@ -27,7 +27,10 @@ APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \ | |||
APT_PACKAGES="$APT_PACKAGES libkrb5-dev" | |||
|
|||
# Additionally required by mesa | |||
APT_PACKAGES="$APT_PACKAGES python3-setuptools" | |||
APT_PACKAGES="$APT_PACKAGES python3-setuptools python3-mako" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mako is required to actual build mesa in the future
@BillyONeal: Requires VM update. (Or you tell me how I can check that python packages are actually installed without using pip ;)) |
@Neumann-A Marked; can you add the provision-image.sh edit? |
@BillyONeal that is already done here 813a020 |
@Neumann-A I am blind, thanks :) |
obtained if PYTHON 3.5.2 and 3.7.3 are installed |
We should probably wait for 55.1 which solves the setuptools dependency. see mesonbuild/meson#7461 (comment) |
Meson 0.55.1 has just been released. |
thx for the heads up. Currently finishing up my cmake compiler flags detection logic. |
and allow only the vcpkg internal version to be found and used on all platforms.
(since system packages of meson are probably too old/outdated)
This unblocks a few follow up PRs. We should be able to crosscompile for arm-windows now.