lima/ppir: abort compilation in case of unsupported intrinsic
[mesa.git] / src / egl / Makefile.sources
index 48db8518f8a6b2290a71ceb376fc7899f9344fe0..0cc5f1bbfeffe530f7eb871188c9c78015d54b88 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,6 +10,8 @@ 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 \
@@ -26,6 +27,7 @@ LIBEGL_C_FILES := \
        main/eglsurface.h \
        main/eglsync.c \
        main/eglsync.h \
+       main/eglentrypoint.h \
        main/egltypedefs.h
 
 dri2_backend_core_FILES := \