diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-06-17 16:07:46 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-06-17 16:30:26 +0800 |
commit | da39d5d3b46c55f88a2f051368e09284732fd440 (patch) | |
tree | 024068049ecc3fd110f981cec8c051d701a5c076 /configs/default | |
parent | 6f690caddcd9afbea6ed3e743b0c95c02c85e5ef (diff) |
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
A platform is already used to mean a window system in EGL. No need to
use a different term.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default index 9241e80797..3d9744409a 100644 --- a/configs/default +++ b/configs/default @@ -110,8 +110,8 @@ GALLIUM_WINSYS_DIRS = sw sw/xlib GALLIUM_TARGET_DIRS = libgl-xlib GALLIUM_STATE_TRACKERS_DIRS = glx vega -# native displays EGL should support -EGL_DISPLAYS = x11 +# native platforms EGL should support +EGL_PLATFORMS = x11 EGL_CLIENT_APIS = $(GL_LIB) # Library dependencies |