summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 16:48:35 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 16:48:35 -0600
commitf751371028cc425bef83418224c23ece67f5b8b7 (patch)
treef2b7aa21f3627b52a819e96a44b5bce082ae6a31 /src/egl/main/Makefile
parent260ac3c983644e1e51f705c00ceec1866a0c9611 (diff)
egl: re-enable LOCAL_CFLAGS
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r--src/egl/main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 6676e7e031..5b341a19be 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -44,7 +44,7 @@ OBJECTS = $(SOURCES:.c=.o)
# Undefined for now
-#LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1
+LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1
.c.o: