summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-xlib/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-11-10 23:42:17 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-11-17 23:49:08 +0000
commitc30656d8c24eafeb29276fa31503b30608239468 (patch)
tree39160def95d179ab6b3ab45b8dd12cd3491426c9 /src/gallium/targets/libgl-xlib/Makefile
parent7819435f2ef484696560547fbc1325cb97c7174b (diff)
libgl-xlib: Use inline debug helper instead of non-inline version
Diffstat (limited to 'src/gallium/targets/libgl-xlib/Makefile')
-rw-r--r--src/gallium/targets/libgl-xlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/Makefile b/src/gallium/targets/libgl-xlib/Makefile
index 076a040a5a..fb537c3155 100644
--- a/src/gallium/targets/libgl-xlib/Makefile
+++ b/src/gallium/targets/libgl-xlib/Makefile
@@ -26,6 +26,8 @@ INCLUDE_DIRS = \
DEFINES += \
-DGALLIUM_SOFTPIPE \
+ -DGALLIUM_RBUG \
+ -DGALLIUM_TRACE \
-DGALLIUM_GALAHAD
#-DGALLIUM_CELL will be defined by the config */
@@ -44,7 +46,7 @@ LIBS = \
$(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
$(TOP)/src/gallium/drivers/trace/libtrace.a \
$(TOP)/src/gallium/drivers/rbug/librbug.a \
- $(TOP)/src/gallium/drivers/identity/libidentity.a \
+ $(TOP)/src/gallium/drivers/galahad/libgalahad.a \
$(TOP)/src/mapi/glapi/libglapi.a \
$(TOP)/src/mesa/libmesagallium.a \
$(GALLIUM_AUXILIARIES) \