Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eglapi: move entrypoints list out to its own file | Eric Engestrom | 2017-02-24 | 1 | -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 build | Emil Velikov | 2015-07-22 | 1 | -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]> |