egl: Build surfaceless platform on Android
[mesa.git] / src / egl / Makefile.sources
index 48db8518f8a6b2290a71ceb376fc7899f9344fe0..5efdb337836964b35e430785952e3220dff2e546 100644 (file)
@@ -3,7 +3,6 @@ LIBEGL_C_FILES := \
        main/eglapi.h \
        main/eglarray.c \
        main/eglarray.h \
-       main/eglcompiler.h \
        main/eglconfig.c \
        main/eglconfig.h \
        main/eglcontext.c \
@@ -11,11 +10,12 @@ LIBEGL_C_FILES := \
        main/eglcurrent.c \
        main/eglcurrent.h \
        main/egldefines.h \
+       main/egldevice.c \
+       main/egldevice.h \
        main/egldisplay.c \
        main/egldisplay.h \
        main/egldriver.c \
        main/egldriver.h \
-       main/eglfallbacks.c \
        main/eglglobals.c \
        main/eglglobals.h \
        main/eglimage.c \
@@ -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 := \