summaryrefslogtreecommitdiff
path: root/src/egl/SConscript
AgeCommit message (Collapse)AuthorFilesLines
2015-09-28egl: Fix missing Haiku include pathAlexander von Gluck IV1-0/+1
2015-08-22egl: scons: fix the haiku build, do not build the dri2 backendAlexander von Gluck IV1-1/+0
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-08-07egl/dri2: Fix include path of u_atomic.h introduced e7e29189Alexander von Gluck IV1-0/+1
This was causing a failure to build on SCons due to a missing -Isrc/egl. Instead of adding in that path, lets just -Isrc/ and include "utils/u_atomic.h". Reviewed-by: Matt Turner <mattst88@gmail.com>
2015-07-22scons: rework the EGL buildEmil Velikov1-0/+33
The scons equivalent of the previous commit - just fold the almost identical driver + main Sconscripts. Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>