diff options
author | Chia-I Wu <[email protected]> | 2010-01-20 17:42:33 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-20 17:44:11 +0800 |
commit | 925f8113beba03e956351cee6780b1c7ab76add8 (patch) | |
tree | 7a8f37f799602b16c7c3c7001a1e781d52ce3349 /src/egl/main/Makefile | |
parent | f0c2871bf4f6fa89339347bb9767bb2c19fda6d0 (diff) |
egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.
The macro is used to determine if dlfcn.h or dirent.h is available.
POSIX is a better name than X in such case.
Diffstat (limited to 'src/egl/main/Makefile')
-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 7386f6ea736..66f8f01b8e2 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -47,7 +47,7 @@ OBJECTS = $(SOURCES:.c=.o) # use dl*() to load drivers -LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1 +LOCAL_CFLAGS = -D_EGL_PLATFORM_POSIX=1 EGL_DEFAULT_DISPLAY = $(word 1, $(EGL_DISPLAYS)) |