summaryrefslogtreecommitdiff
path: root/src/gallium/targets/vdpau-nouveau/Makefile
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2012-03-26 19:40:42 +0200
committerChristian König <deathsimple@vodafone.de>2012-03-28 15:47:41 +0200
commitfc0a5e21d77ae2f082fd19dd2295e84f6fb7bd3b (patch)
treedaf5abda1a00d12583855b1652ca2c65d75d5c1a /src/gallium/targets/vdpau-nouveau/Makefile
parentba83b8b4ae8adfc7520baf119f8c56bdcbf6547f (diff)
vl: move winsys helper out of winsys directory
They aren't winsys of their own, just help dealing with them. v2: add some more comments in vl_winsys.h Signed-off-by: Christian König <deathsimple@vodafone.de>
Diffstat (limited to 'src/gallium/targets/vdpau-nouveau/Makefile')
-rw-r--r--src/gallium/targets/vdpau-nouveau/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau-nouveau/Makefile b/src/gallium/targets/vdpau-nouveau/Makefile
index 55f990749cf..d3f1c7df8db 100644
--- a/src/gallium/targets/vdpau-nouveau/Makefile
+++ b/src/gallium/targets/vdpau-nouveau/Makefile
@@ -3,8 +3,9 @@ include $(TOP)/configs/current
LIBBASENAME = vdpau_nouveau
+DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
+
PIPE_DRIVERS = \
- $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
$(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \
$(TOP)/src/gallium/drivers/nvfx/libnvfx.a \
$(TOP)/src/gallium/drivers/nv50/libnv50.a \
@@ -16,6 +17,7 @@ PIPE_DRIVERS = \
C_SOURCES = \
target.c \
+ $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
$(COMMON_GALLIUM_SOURCES) \
$(DRIVER_SOURCES)