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/autoconf.in | |
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/autoconf.in')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 3428e3a294..417138b2a1 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -97,7 +97,7 @@ GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drive # Driver specific build vars DRI_DIRS = @DRI_DIRS@ -EGL_DISPLAYS = @EGL_DISPLAYS@ +EGL_PLATFORMS = @EGL_PLATFORMS@ EGL_CLIENT_APIS = @EGL_CLIENT_APIS@ # Dependencies |