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

2018-06-03 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 --- meson.build | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/meson

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

2018-06-04 Thread Dylan Baker
Quoting Lukas Rusak (2018-06-03 22:57:31) > 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 > --- > meson.build | 18 -- > 1 file chang