summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2015-11-04 16:24:26 -0500
committerLeo Liu <leo.liu@amd.com>2015-11-08 18:15:57 -0500
commit7da86e0ec0cd38dcf58db97bb5c8a0eff9a3dd15 (patch)
tree3a482dbbf50365b3d978a599070f866560f21377 /src/gallium/auxiliary/Makefile.sources
parentd115e47099b6c3ceb27d0c462eb559df6d1f9fd7 (diff)
downloadexternal_mesa3d-7da86e0ec0cd38dcf58db97bb5c8a0eff9a3dd15.zip
external_mesa3d-7da86e0ec0cd38dcf58db97bb5c8a0eff9a3dd15.tar.gz
external_mesa3d-7da86e0ec0cd38dcf58db97bb5c8a0eff9a3dd15.tar.bz2
vl: add drm support for vl_screen
This will allow the state trackers to use render nodes with screen creation v2: dup fd for pipe loader Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 6e22ced..82ef5ec 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -349,7 +349,8 @@ VL_SOURCES := \
# XXX: Nuke this as our dri targets no longer depend on VL.
VL_WINSYS_SOURCES := \
- vl/vl_winsys_dri.c
+ vl/vl_winsys_dri.c \
+ vl/vl_winsys_drm.c
VL_STUB_SOURCES := \
vl/vl_stubs.c