Matt Turner writes:
> diff --git a/configure.ac b/configure.ac
> index 9178355..f25d488 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -732,6 +732,7 @@ if test "x$enable_glx" = xyes -a \
> enable_glx=no
> fi
>
> +AM_CONDITIONAL(HAVE_GLX, test "x$enable_glx" = xyes)
Looks like we'll
This patch breaks the build with following config:
./autogen.sh \
--enable-xlib-glx \
--disable-driglx-direct \
--disable-dri \
--enable-debug \
--enable-gles1 \
--enable-gles2 \
--enable-openvg \
--enable-gallium-egl \
--enable-xa \
--enable-xorg
The probl
---
Makefile.am | 20 +++-
configure.ac| 21 ++---
src/Makefile.am |4
3 files changed, 25 insertions(+), 20 deletions(-)
delete mode 100644 src/Makefile.am
diff --git a/Makefile.am b/Makefile.am
index 78ecfab..c3e2baa 100644
--- a/Makefile.am