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
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 +++