egl: Build surfaceless platform on Android
[mesa.git] / src / egl / Makefile.sources
1 LIBEGL_C_FILES := \
2 main/eglapi.c \
3 main/eglapi.h \
4 main/eglarray.c \
5 main/eglarray.h \
6 main/eglconfig.c \
7 main/eglconfig.h \
8 main/eglcontext.c \
9 main/eglcontext.h \
10 main/eglcurrent.c \
11 main/eglcurrent.h \
12 main/egldefines.h \
13 main/egldevice.c \
14 main/egldevice.h \
15 main/egldisplay.c \
16 main/egldisplay.h \
17 main/egldriver.c \
18 main/egldriver.h \
19 main/eglglobals.c \
20 main/eglglobals.h \
21 main/eglimage.c \
22 main/eglimage.h \
23 main/egllog.c \
24 main/egllog.h \
25 main/eglsurface.c \
26 main/eglsurface.h \
27 main/eglsync.c \
28 main/eglsync.h \
29 main/eglentrypoint.h \
30 main/egltypedefs.h
31
32 dri2_backend_core_FILES := \
33 drivers/dri2/egl_dri2.c \
34 drivers/dri2/egl_dri2.h \
35 drivers/dri2/egl_dri2_fallbacks.h