summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/drm/Makefile.template
diff options
context:
space:
mode:
authorYounes Manton <[email protected]>2010-04-24 15:37:25 -0400
committerYounes Manton <[email protected]>2010-04-24 15:37:25 -0400
commitf64d0cf524b2203e648a060366a2e4220096aa1f (patch)
treeadec9541bd05de8826e1e29a44b5afb5c9e6203d /src/gallium/winsys/g3dvl/drm/Makefile.template
parent356473121c67fe626ca1df7d44fadfa601c3fe48 (diff)
vl: Adapt to dri changes.
Diffstat (limited to 'src/gallium/winsys/g3dvl/drm/Makefile.template')
-rw-r--r--src/gallium/winsys/g3dvl/drm/Makefile.template10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/winsys/g3dvl/drm/Makefile.template b/src/gallium/winsys/g3dvl/drm/Makefile.template
index a33d95677c5..2b79deef4bc 100644
--- a/src/gallium/winsys/g3dvl/drm/Makefile.template
+++ b/src/gallium/winsys/g3dvl/drm/Makefile.template
@@ -15,7 +15,7 @@ INCLUDES = $(DRIVER_INCLUDES) \
DEFINES += $(DRIVER_DEFINES) \
-DGALLIUM_SOFTPIPE \
- -DGALLIUM_TRACE
+ -DGALLIUM_TRACE
# XXX: Hack, if we include libxvmctracker.a in LIBS none of the symbols are
# pulled in by the linker because xsp_winsys.c doesn't refer to them
@@ -23,13 +23,7 @@ OBJECTS = $(C_SOURCES:.c=.o) $(TOP)/src/gallium/state_trackers/xorg/xvmc/*.o
LIBS = $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
$(PIPE_DRIVERS) \
- $(TOP)/src/gallium/auxiliary/vl/libvl.a \
- $(TOP)/src/gallium/auxiliary/draw/libdraw.a \
- $(TOP)/src/gallium/auxiliary/tgsi/libtgsi.a \
- $(TOP)/src/gallium/auxiliary/translate/libtranslate.a \
- $(TOP)/src/gallium/auxiliary/cso_cache/libcso_cache.a \
- $(TOP)/src/gallium/auxiliary/rtasm/librtasm.a \
- $(TOP)/src/gallium/auxiliary/util/libutil.a
+ $(TOP)/src/gallium/auxiliary/libgallium.a
.c.o:
$(CC) -c $(INCLUDES) $(DEFINES) $(CFLAGS) $< -o $@