Re: [Mesa-dev] [PATCH mesa] meson: fix vulkan only build with tests

2018-10-05 Thread Dylan Baker
Quoting Eric Engestrom (2018-10-05 05:19:34) > Fixes the build for > $ meson -D dri-drivers=[] -D gallium-drivers=[] -D build-tests=true > > Compiling all this unused code isn't an actual problem, until you also > try to build the tests, at which point you get this: > > [213/705] Linking target

[Mesa-dev] [PATCH mesa] meson: fix vulkan only build with tests

2018-10-05 Thread Eric Engestrom
Fixes the build for $ meson -D dri-drivers=[] -D gallium-drivers=[] -D build-tests=true Compiling all this unused code isn't an actual problem, until you also try to build the tests, at which point you get this: [213/705] Linking target src/mapi/glapi/glapi_static_check_table. FAILED: src/map