diff options
author | Brian Paul <[email protected]> | 2008-05-28 16:48:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-28 16:48:35 -0600 |
commit | f751371028cc425bef83418224c23ece67f5b8b7 (patch) | |
tree | f2b7aa21f3627b52a819e96a44b5bce082ae6a31 | |
parent | 260ac3c983644e1e51f705c00ceec1866a0c9611 (diff) |
egl: re-enable LOCAL_CFLAGS
-rw-r--r-- | src/egl/main/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 6676e7e0317..5b341a19be2 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: |