diff options
Diffstat (limited to 'plugins/gpu-gles/Makefile')
-rw-r--r-- | plugins/gpu-gles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 4b61b6f..8a3f244 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -15,7 +15,7 @@ endif CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8
# note: the below causes strange bugs/crashes
#CFLAGS += -mfloat-abi=softfp
-CFLAGS += -DMAEMO_CHANGES # -DUSE_X11
+#CFLAGS += -DUSE_X11
CFLAGS += -I$(PREFIX)include
TARGET = gpuGLES.so
|