[Mesa-dev] [PATCH] meson: Fix GL and EGL pkg-config files with glvnd

2018-02-20 Thread Dylan Baker
Currently meson will generate a pkg-config that links to EGL_mesa (or GLX_mesa), but this isn't correct, it should always link to EGL or GL. Probably the "right" solution is to have glvnd itself provide the pkg config files for GL and EGL, but that also means that glvnd needs to provide many of the

Re: [Mesa-dev] [PATCH] meson: Fix GL and EGL pkg-config files with glvnd

2018-02-23 Thread Daniel Stone
Hi Dylan, On 20 February 2018 at 18:36, Dylan Baker wrote: > Currently meson will generate a pkg-config that links to EGL_mesa (or > GLX_mesa), but this isn't correct, it should always link to EGL or GL. > Probably the "right" solution is to have glvnd itself provide the pkg > config files for GL