vl: move winsys helper out of winsys directory
[mesa.git] / src / gallium / targets / vdpau-r600 / Makefile
index ef27b6572c2ff090e7a430e8a0604f6f8e7e7284..05e0b4f45f1ed9f9f1f9a9dabb7eef1eb3999c1a 100644 (file)
@@ -3,15 +3,17 @@ include $(TOP)/configs/current
 
 LIBBASENAME = vdpau_r600
 
+DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
+
 PIPE_DRIVERS = \
-        $(TOP)/src/gallium/drivers/r600/libr600.a \
-       $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
+       $(TOP)/src/gallium/drivers/r600/libr600.a \
        $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
-        $(TOP)/src/gallium/drivers/trace/libtrace.a \
+       $(TOP)/src/gallium/drivers/trace/libtrace.a \
        $(TOP)/src/gallium/auxiliary/libgallium.a
 
 C_SOURCES = \
        target.c \
+       $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
        $(COMMON_GALLIUM_SOURCES) \
        $(DRIVER_SOURCES)