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/freebsd-dri | |
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/freebsd-dri')
-rw-r--r-- | configs/freebsd-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index 2e360f96410..7d811a539ba 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -13,7 +13,7 @@ OPT_FLAGS = -O EXPAT_INCLUDES = -I/usr/local/include X11_INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions -DEFINES = -DDRI_NEW_INTERFACE_ONLY -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 +DEFINES = -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC \ -ffast-math $(X11_INCLUDES) CXXFLAGS = $(DEFINES) -Wall -g -ansi -pedantic -fPIC |