summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-30 14:04:21 -0700
committerDylan Baker <[email protected]>2017-12-04 14:36:38 -0800
commit68076b87474e7959c161f3dad3672c9322a2c96f (patch)
tree8ff37583edd7242f593cf0a55e0626174a22f7b5 /src/gallium/meson.build
parent085070a2c8c91c14e5a9f46988989faf19b0a125 (diff)
meson: build gallium vdpau state tracker
Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 7ef1ffcdf06..904bf859876 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -119,6 +119,9 @@ if with_gallium_virgl
else
driver_virgl = declare_dependency()
endif
+if with_gallium_vdpau
+ subdir('state_trackers/vdpau')
+endif
# TODO: SWR
# TODO: clover
if with_dri
@@ -134,9 +137,11 @@ if with_glx == 'gallium-xlib'
subdir('state_trackers/glx/xlib')
subdir('targets/libgl-xlib')
endif
+if with_gallium_vdpau
+ subdir('targets/vdpau')
+endif
# TODO: OMX
# TODO: VA
-# TODO: vdpau
# TODO: xa
# TODO: xvmc
# TODO: nine