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