X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fegl%2FMakefile.sources;h=92589fafe240386d96aa340ec5f6bcaaca9e6efa;hb=c1476044b5525994cc317c81a5cb9da60d58755d;hp=0cc5f1bbfeffe530f7eb871188c9c78015d54b88;hpb=7552fcb7b9b98392e6a815ff587f9f2d200d6a37;p=mesa.git diff --git a/src/egl/Makefile.sources b/src/egl/Makefile.sources index 0cc5f1bbfef..92589fafe24 100644 --- a/src/egl/Makefile.sources +++ b/src/egl/Makefile.sources @@ -1,6 +1,5 @@ LIBEGL_C_FILES := \ main/eglapi.c \ - main/eglapi.h \ main/eglarray.c \ main/eglarray.h \ main/eglconfig.c \ @@ -16,7 +15,6 @@ LIBEGL_C_FILES := \ main/egldisplay.h \ main/egldriver.c \ main/egldriver.h \ - main/eglfallbacks.c \ main/eglglobals.c \ main/eglglobals.h \ main/eglimage.c \ @@ -32,5 +30,4 @@ LIBEGL_C_FILES := \ dri2_backend_core_FILES := \ drivers/dri2/egl_dri2.c \ - drivers/dri2/egl_dri2.h \ - drivers/dri2/egl_dri2_fallbacks.h + drivers/dri2/egl_dri2.h