Re: [Mesa-dev] [PATCH 1/3] meson: only build clapi tests when OpenGL is being built

2018-10-09 Thread Eric Engestrom
On Friday, 2018-10-05 11:05:10 -0700, Dylan Baker wrote: > Otherwise building just vulkan (among other things) will build these > tests, pull in a bunch of stuff they shouldn't, and potentially fail to > compile. Series looks good to me: Reviewed-by: Eric Engestrom > --- > src/mapi/glapi/meson.

[Mesa-dev] [PATCH 1/3] meson: only build clapi tests when OpenGL is being built

2018-10-05 Thread Dylan Baker
Otherwise building just vulkan (among other things) will build these tests, pull in a bunch of stuff they shouldn't, and potentially fail to compile. --- src/mapi/glapi/meson.build| 2 +- src/mapi/shared-glapi/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git