OSDN Git Service

egl: remove the non-haiku scons build
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 14 Jul 2015 00:52:51 +0000 (01:52 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Jul 2015 15:35:26 +0000 (16:35 +0100)
commit78674631a2d0ff1eb538470e2a1d516201361f03
tree92dccdeb471206f7eaea65b1f33532686ece9e69
parentce2a4bd541241dade00a36e9f2d8e5ca16c6ff03
egl: remove the non-haiku scons build

It has been broken since 2011 with commit c98ea26e16b(egl: Make
egl_dri2 and egl_glx built-in drivers.). When the backends got merged
into the main library each entry point was guarded by a
_EGL_BUILT_IN_DRIVER_* define.

As the define was missing, the linker kindly removed the whole of the
dri2 backend, thus we did not notice any errors due to the unresolved
link to xcb and friends.

Cc: Chia-I Wu <olv@lunarg.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/SConscript
src/egl/drivers/dri2/Makefile.am
src/egl/drivers/dri2/SConscript [deleted file]
src/egl/main/SConscript