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:
@@ -46,7 +46,8 @@ cookbook_meson \
|
||||
-Dosmesa=true \
|
||||
-Dplatforms=redox \
|
||||
-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 \
|
||||
-Dshared-glapi=enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user