diff options
author | Ian Romanick <[email protected]> | 2005-07-26 05:57:24 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-26 05:57:24 +0000 |
commit | 5c6fd3dd4c1b8e95c4da8cc4a52aa310ad324d45 (patch) | |
tree | 17957896f7bcf4f45b4e8d8bc2a75537df433c30 /configs/linux-solo-ia64 | |
parent | a08d8a095c117bd845418401dc754851e6187aa4 (diff) |
No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.
A couple other remnants of the old interfaces hit the dust too. Thanks
Jon. :)
Diffstat (limited to 'configs/linux-solo-ia64')
-rw-r--r-- | configs/linux-solo-ia64 | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/configs/linux-solo-ia64 b/configs/linux-solo-ia64 index ec7a794e5a3..b2051fac855 100644 --- a/configs/linux-solo-ia64 +++ b/configs/linux-solo-ia64 @@ -1,29 +1,7 @@ # Configuration for linux-solo-ia64: Linux DRI hardware drivers for fbdev -include $(TOP)/configs/default +include $(TOP)/configs/linux-solo CONFIG_NAME = linux-solo-ia64 -# Compiler and flags -CC = gcc -CXX = g++ - -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DDRM_USE_MALLOC - -CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math - -CXXFLAGS = $(DEFINES) -Wall -O3 -ansi -pedantic -fPIC - - -# Library/program dependencies -DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl -GL_LIB_DEPS = -lm -lpthread -ldl -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -lm -APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm -lpthread - -# Directories -SRC_DIRS = mesa glx/mini glu glut/mini -DRIVER_DIRS = dri -PROGRAM_DIRS = miniglx - DRI_DIRS = fb mach64 mga r128 r200 radeon sis tdfx unichrome |