aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* eglapi: move entrypoints list out to its own fileEric Engestrom2017-02-241-0/+1
| | | | | | | | This will allow us to make sure the list is always sorted in the next commit. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* automake: rework the EGL buildEmil Velikov2015-07-221-0/+34
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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>