automake: rework the EGL build
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 14 Jul 2015 00:58:33 +0000 (01:58 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Jul 2015 15:35:27 +0000 (16:35 +0100)
commite3420396124c75ec9679c4d1cf3a42c185207e5a
tree65a590f48a2184a34ea4c413197596918b4df129
parent0399d7ab3f69624b7f0b7b39e948432959fe270e
automake: rework the EGL build

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.

v2: use $() when referencing variables, use correct define (Matt)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/Makefile.am
src/egl/Makefile.am [new file with mode: 0644]
src/egl/Makefile.sources [new file with mode: 0644]
src/egl/drivers/dri2/Makefile.am [deleted file]
src/egl/main/Makefile.am [deleted file]