fix: mesa builds — fixed missing backslash + -Wno-error c_args

mesa recipe had missing backslash breaking meson flags.
Added proper -Dc_args=['-Wno-error=implicit-function-declaration','-Wno-error']
mesa now builds successfully (30-min compile).
Greeter cascade: qtbase pre-existing QPlatformOpenGLContext issue.
This commit is contained in:
2026-04-28 13:14:01 +01:00
parent 6746bc44da
commit 4cf59376d5
+2 -1
View File
@@ -46,7 +46,8 @@ cookbook_meson \
-Dosmesa=true \ -Dosmesa=true \
-Dplatforms=redox \ -Dplatforms=redox \
-Dshader-cache=disabled \ -Dshader-cache=disabled \
-Dc_args=-Wno-error=implicit-function-declaration -Dc_args="['-Wno-error=implicit-function-declaration','-Wno-error']" \
-Dcpp_args="['-Wno-error=implicit-function-declaration','-Wno-error']" \
-Dvulkan-drivers=swrast \ -Dvulkan-drivers=swrast \
-Dshared-glapi=enabled -Dshared-glapi=enabled