diff options
author | Chia-I Wu <[email protected]> | 2010-06-15 19:34:51 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-06-17 16:05:18 +0800 |
commit | 6f690caddcd9afbea6ed3e743b0c95c02c85e5ef (patch) | |
tree | 411245a6738c68cdf6a5eab3aad34d5712b8b3c2 /src/egl/main/Makefile | |
parent | 8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4 (diff) |
egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.
A platform means a native window system in EGL. Use OS that follows
Gallium instead.
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 82fd855b1d5..0af964d8741 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -49,7 +49,7 @@ OBJECTS = $(SOURCES:.c=.o) # use dl*() to load drivers -LOCAL_CFLAGS = -D_EGL_PLATFORM_POSIX=1 +LOCAL_CFLAGS = -D_EGL_OS_UNIX=1 EGL_DEFAULT_DISPLAY = $(word 1, $(EGL_DISPLAYS)) |