diff options
author | Eric Engestrom <[email protected]> | 2017-02-21 23:56:49 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-24 17:00:50 +0000 |
commit | f92fd4d7a8e27b981d364d66652292925d7c891b (patch) | |
tree | 2e1c4b7deacc9512c89096d1732e6db616223219 /src/egl/Makefile.sources | |
parent | 2b3cd82e183fd96176d25a55f05e231076d9040c (diff) |
eglapi: move entrypoints list out to its own file
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]>
Diffstat (limited to 'src/egl/Makefile.sources')
-rw-r--r-- | src/egl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/Makefile.sources b/src/egl/Makefile.sources index 48db8518f8a..e6fd3f114c0 100644 --- a/src/egl/Makefile.sources +++ b/src/egl/Makefile.sources @@ -26,6 +26,7 @@ LIBEGL_C_FILES := \ main/eglsurface.h \ main/eglsync.c \ main/eglsync.h \ + main/eglentrypoint.h \ main/egltypedefs.h dri2_backend_core_FILES := \ |