Re: [Mesa-dev] [PATCH 1/2] meson: Allow building dri based EGL without GLX

2018-03-05 Thread Eric Anholt
Dylan Baker writes: > It should be possible to build EGL without GLX, but the meson build > currently doesn't allow that because it too tightly couples glx and dri. > This patch eases dri and glx apart, so that EGL without GLX can be > built. These are: Reviewed-by: Eric Anholt signature.asc

[Mesa-dev] [PATCH 1/2] meson: Allow building dri based EGL without GLX

2018-02-28 Thread Dylan Baker
It should be possible to build EGL without GLX, but the meson build currently doesn't allow that because it too tightly couples glx and dri. This patch eases dri and glx apart, so that EGL without GLX can be built. CC: Daniel Stone Signed-off-by: Dylan Baker --- meson.build | 25 +++