Re: [Mesa-dev] [PATCH 02/10] build: Get rid of SRC_DIRS

2013-02-28 Thread Eric Anholt
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

Re: [Mesa-dev] [PATCH 02/10] build: Get rid of SRC_DIRS

2013-02-27 Thread Andreas Boll
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

[Mesa-dev] [PATCH 02/10] build: Get rid of SRC_DIRS

2013-02-25 Thread Matt Turner
--- 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