summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/dri/Makefile
diff options
context:
space:
mode:
authorChristian König <[email protected]>2012-02-23 11:13:57 +0100
committerChristian König <[email protected]>2012-03-01 14:37:44 +0100
commit80b40a4841a4af93a1bc93e4746a418a9cee0a55 (patch)
tree90d42e27b1380ccb39eeaefeb2c75e177cf69a33 /src/gallium/winsys/g3dvl/dri/Makefile
parent6b024464e80d035fe92c9c15761a0ac269a8ad51 (diff)
vl: rewrite vl DRI backend using XCB
v2: also set array_size of texture Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/winsys/g3dvl/dri/Makefile')
-rw-r--r--src/gallium/winsys/g3dvl/dri/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/g3dvl/dri/Makefile b/src/gallium/winsys/g3dvl/dri/Makefile
index 7a9b38fc5c5..43abcd9fb4b 100644
--- a/src/gallium/winsys/g3dvl/dri/Makefile
+++ b/src/gallium/winsys/g3dvl/dri/Makefile
@@ -7,7 +7,6 @@ LIBRARY_INCLUDES = -I$(TOP)/src/gallium/winsys/g3dvl \
$(shell $(PKG_CONFIG) libdrm --cflags-only-I)
C_SOURCES = \
- dri2.c \
dri_winsys.c
include ../../../Makefile.template