summaryrefslogtreecommitdiff
path: root/configs/linux-solo
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2005-01-13 22:38:21 +0000
committerDave Airlie <airliedfreedesktop.org>2005-01-13 22:38:21 +0000
commitf11d6d4cb4792f4fb358da3c97a66bcf2fd49cea (patch)
tree1997cedacdd103304f862423e825dc1a9f42117a /configs/linux-solo
parent288114b9db2d6c20e1be06db7664f765dce10159 (diff)
add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo
Diffstat (limited to 'configs/linux-solo')
-rw-r--r--configs/linux-solo2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-solo b/configs/linux-solo
index 2f33d750a06..d2d602d5eae 100644
--- a/configs/linux-solo
+++ b/configs/linux-solo
@@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo
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
+DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_EXTERNAL_DXTN_LIB=1
CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math