summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/Makefile
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-02-05 07:01:17 +0100
committerEric Anholt <[email protected]>2012-02-29 11:52:40 -0800
commit9f0f00c319a18ec2e9f022482fa11990e682c1d7 (patch)
treef039c16fb0f218ee0f2e39db3066ce4579a2298a /src/egl/drivers/dri2/Makefile
parent8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb (diff)
egl: Drop _EGL_MAIN entrypoint obfuscation.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/egl/drivers/dri2/Makefile')
-rw-r--r--src/egl/drivers/dri2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/Makefile b/src/egl/drivers/dri2/Makefile
index 8ea30967fb5..305a739d11a 100644
--- a/src/egl/drivers/dri2/Makefile
+++ b/src/egl/drivers/dri2/Makefile
@@ -18,7 +18,6 @@ EGL_INCLUDES = \
EGL_LIBS = $(LIBUDEV_LIBS) $(DLOPEN_LIBS) $(LIBDRM_LIB)
-EGL_CFLAGS = -D_EGL_MAIN=_eglBuiltInDriverDRI2
EGL_BUILTIN = true
ifeq ($(SHARED_GLAPI),1)