mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 13:38:19 +02:00
The header is used only to provide STATIC_ASSERT. The latter is already available in utils/macros.h so use that instead and kill of the header. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Chad Versace <chadversary@chromium.org>
34 lines
697 B
Text
34 lines
697 B
Text
LIBEGL_C_FILES := \
|
|
main/eglapi.c \
|
|
main/eglapi.h \
|
|
main/eglarray.c \
|
|
main/eglarray.h \
|
|
main/eglconfig.c \
|
|
main/eglconfig.h \
|
|
main/eglcontext.c \
|
|
main/eglcontext.h \
|
|
main/eglcurrent.c \
|
|
main/eglcurrent.h \
|
|
main/egldefines.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 \
|
|
main/eglimage.h \
|
|
main/egllog.c \
|
|
main/egllog.h \
|
|
main/eglsurface.c \
|
|
main/eglsurface.h \
|
|
main/eglsync.c \
|
|
main/eglsync.h \
|
|
main/eglentrypoint.h \
|
|
main/egltypedefs.h
|
|
|
|
dri2_backend_core_FILES := \
|
|
drivers/dri2/egl_dri2.c \
|
|
drivers/dri2/egl_dri2.h \
|
|
drivers/dri2/egl_dri2_fallbacks.h
|