diff options
| author | Kristian Høgsberg <krh@redhat.com> | 2008-09-04 06:23:14 -0400 | 
|---|---|---|
| committer | Kristian Høgsberg <krh@redhat.com> | 2008-09-04 06:23:14 -0400 | 
| commit | 4a32f0c63886b985743ecadc24fd60a23864c491 (patch) | |
| tree | 545519e0f904e6eba846aa168281caf15c59cc6b | |
| parent | 0adfd1021035e90995a25ec5f20b736e55075d92 (diff) | |
configure.ac: bump dri2proto requirement, drop TTM_API define.
| -rw-r--r-- | configure.ac | 21 | 
1 files changed, 1 insertions, 20 deletions
| diff --git a/configure.ac b/configure.ac index c87dce6546..463821be6c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_CANONICAL_HOST  dnl Versions for external dependencies  LIBDRM_REQUIRED=2.3.1 -DRI2PROTO_REQUIRED=1.1 +DRI2PROTO_REQUIRED=1.99.1  dnl Check for progs  AC_PROG_CPP @@ -595,20 +595,6 @@ AC_ARG_ENABLE([driglx-direct],          [enable direct rendering in GLX for DRI @<:@default=enabled@:>@])],      [driglx_direct="$enableval"],      [driglx_direct="yes"]) -dnl ttm support -AC_ARG_ENABLE([ttm-api], -    [AS_HELP_STRING([--enable-ttm-api], -        [enable TTM API users @<:@default=disabled@:>@])], -    [ttmapi="$enableval"], -    [ttmapi="no"]) - -if test "x$ttmapi" = "xyes"; then -    save_CFLAGS=$CFLAGS -    CFLAGS=$LIBDRM_CFLAGS -    AC_CHECK_HEADERS([xf86mm.h],[],[AC_MSG_ERROR([xf86mm.h required for TTM.])],[#include "stdint.h"\n#include "drm.h"]) -    CFLAGS=$save_CFLAGS -fi -  dnl Which drivers to build - default is chosen by platform  AC_ARG_WITH([dri-drivers],      [AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@], @@ -650,10 +636,6 @@ if test "$mesa_driver" = dri; then          DEFINES="$DEFINES -DGLX_USE_TLS -DPTHREADS"      fi -    if test "x$ttmapi" = xyes; then -        DEFINES="$DEFINES -DTTM_API" -    fi -      if test "x$USING_EGL" = x1; then          PROGRAM_DIRS="egl"      fi @@ -1050,7 +1032,6 @@ else      echo "        DRI drivers:     $dri_dirs"  fi      echo "        DRI driver dir:  $DRI_DRIVER_INSTALL_DIR" -    echo "        TTM API support: $ttmapi"  fi  dnl Libraries | 
