diff options
author | Chia-I Wu <[email protected]> | 2010-01-22 15:12:19 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-22 15:16:31 +0800 |
commit | 2a928899e345e400c4266910b4e33b36a20575e2 (patch) | |
tree | 75e861edae0fda403516aa18890ce71958205a67 /configure.ac | |
parent | 324fdf736453fbdcbc904c38ff383b540fb815c7 (diff) |
egl: Remove USING_EGL and the related drivers.
They do not build for a long while and there seems to be no active
users. It might be better for them to live in the git histroy.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 619ed47bcbd..e5c2386320f 100644 --- a/configure.ac +++ b/configure.ac @@ -699,10 +699,6 @@ yes) ;; esac -dnl Just default to no EGL for now -USING_EGL=0 -AC_SUBST([USING_EGL]) - dnl Set DRI_DIRS, DEFINES and LIB_DEPS if test "$mesa_driver" = dri; then # Use TLS in GLX? @@ -710,10 +706,6 @@ if test "$mesa_driver" = dri; then DEFINES="$DEFINES -DGLX_USE_TLS -DPTHREADS" fi - if test "x$USING_EGL" = x1; then - PROGRAM_DIRS="egl" - fi - # Platform specific settings and drivers to build case "$host_os" in linux*) |