From 4a32f0c63886b985743ecadc24fd60a23864c491 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 4 Sep 2008 06:23:14 -0400 Subject: [PATCH] configure.ac: bump dri2proto requirement, drop TTM_API define. --- configure.ac | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/configure.ac b/configure.ac index c87dce6..463821b 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 -- 2.7.4