add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo
authorDave Airlie <airliedfreedesktop.org>
Thu, 13 Jan 2005 22:38:21 +0000 (22:38 +0000)
committerDave Airlie <airliedfreedesktop.org>
Thu, 13 Jan 2005 22:38:21 +0000 (22:38 +0000)
configs/linux-solo
configs/linux-solo-x86

index 2f33d750a0678fb2c7654b0f57806d7032bd4ce0..d2d602d5eae30e2faf3d02b22d12bcf3d63ff880 100644 (file)
@@ -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
 
index 06de21cb420815160b2449877cc7f59cbe05da39..8bdd5f89a67e43edc8b14aedd88c0a4e18a0f368 100644 (file)
@@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo-x86
 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 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS
+DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1
 
 CFLAGS = $(DEFINES) -Wmissing-prototypes -O3 -g -std=c99 -Wundef -fPIC -ffast-math