diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-28 11:40:41 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@heavy.lan> | 2008-05-28 10:55:26 +0100 |
commit | b870bf79b5387f26668285f44ccbf5812ad62e10 (patch) | |
tree | 8b8b59cac42c4b8f330fb59aba19735c5525dca2 /src/egl/main/Makefile | |
parent | 68ff873c20a6e32eef0fa4c6d259a5a415308be5 (diff) |
egl: Temporarily disable eglx.[c|h] building
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r-- | src/egl/main/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 4fb0344e63..5f3d65f72a 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -18,7 +18,7 @@ HEADERS = \ eglmode.h \ eglscreen.h \ eglsurface.h \ - eglx.h +# eglx.h SOURCES = \ eglapi.c \ @@ -33,12 +33,13 @@ SOURCES = \ eglmode.c \ eglscreen.c \ eglsurface.c \ - eglx.c +# eglx.c OBJECTS = $(SOURCES:.c=.o) -LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1 +# Undefined for now +#LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1 .c.o: |