diff options
Diffstat (limited to 'src/egl/drivers/glx/Makefile')
-rw-r--r-- | src/egl/drivers/glx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/drivers/glx/Makefile b/src/egl/drivers/glx/Makefile index a1e6b731fe9..1625e031bd9 100644 --- a/src/egl/drivers/glx/Makefile +++ b/src/egl/drivers/glx/Makefile @@ -13,7 +13,6 @@ EGL_INCLUDES = \ EGL_CFLAGS = $(X11_CFLAGS) EGL_LIBS = $(X11_LIBS) $(DLOPEN_LIBS) -EGL_CFLAGS += -D_EGL_MAIN=_eglBuiltInDriverGLX EGL_BUILTIN = true include ../Makefile.template |