Re: [Mesa-dev] [PATCH 11/14] automake: rework the EGL build

2015-07-14 Thread Emil Velikov
On 14 July 2015 at 16:19, Matt Turner wrote: > On Tue, Jul 14, 2015 at 8:02 AM, Emil Velikov > wrote: [snip] >> +libEGL_la_SOURCES = \ >> + ${LIBEGL_C_FILES} > > I think you probably just want $(LIBEGL_C_FILES) instead of ${...} > This is what the original file in egl/main did. I'll fix it

Re: [Mesa-dev] [PATCH 11/14] automake: rework the EGL build

2015-07-14 Thread Matt Turner
On Tue, Jul 14, 2015 at 8:02 AM, Emil Velikov wrote: > Simplify things by merging the two makefiles. This way we can combine > the duplicated HAVE_PLATFORM_ checks, and build the library without > having a separate static library. > > Signed-off-by: Emil Velikov > --- > configure.ac

[Mesa-dev] [PATCH 11/14] automake: rework the EGL build

2015-07-14 Thread Emil Velikov
Simplify things by merging the two makefiles. This way we can combine the duplicated HAVE_PLATFORM_ checks, and build the library without having a separate static library. Signed-off-by: Emil Velikov --- configure.ac | 3 +- src/Makefile.am | 8 +-- src/e