[Mesa-dev] [PATCH v2] meson: fix private libs when building without glx

2018-06-04 Thread Lukas Rusak
I noticed that the generated pkg-config files will include glx and x11 dependencies even when x11 isn't a selected platform. This fixes the private libs and was tested by building kmscube V2: - check if gallium-xlib is being used for glx Reviewed-by: Dylan Baker --- meson.build | 18

Re: [Mesa-dev] [PATCH v2] meson: fix private libs when building without glx

2018-06-14 Thread Lukas Rusak
How can I get some traction on this? On Mon, Jun 4, 2018 at 12:38 PM Lukas Rusak wrote: > I noticed that the generated pkg-config files will include > glx and x11 dependencies even when x11 isn't a selected platform. > > This fixes the private libs and was tested by building kmscube > > V2: >

Re: [Mesa-dev] [PATCH v2] meson: fix private libs when building without glx

2018-06-15 Thread Eric Engestrom
On Thursday, 2018-06-14 10:25:20 -0700, Lukas Rusak wrote: > How can I get some traction on this? Sorry about that, it fell through the cracks. Pushed now with my r-b and Fixes: 108d257a16859898f5ce0 "meson: build libEGL" > > On Mon, Jun 4, 2018 at 12:38 PM Lukas Rusak wrote: > > > I noticed