summaryrefslogtreecommitdiff
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-09 14:59:35 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-16 16:32:43 -0700
commit813b4b09f9d0168357b165566d403186cfe83701 (patch)
tree59e41bfc22fc1d2cb67ed45e334ffd182907d73d /src/gallium/meson.build
parentb154b44ae342eaff3b0c2f4f46138742b5dfafe8 (diff)
meson: build nouveau (gallium) driver
Tested with a GK107. v2: - Add target for nouveau standalone compiler. This target is not built by default. v3: - Add nouveau to list of drivers built by default Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric at anholt.net>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 6c0e9782ae9..42c05824991 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -30,16 +30,17 @@ subdir('drivers/trace')
subdir('drivers/rbug')
subdir('drivers/radeon')
subdir('drivers/radeonsi')
+subdir('drivers/nouveau')
subdir('winsys/sw/null')
subdir('winsys/sw/dri')
subdir('winsys/sw/kms-dri')
subdir('winsys/sw/wrapper')
subdir('winsys/radeon/drm')
subdir('winsys/amdgpu/drm')
+subdir('winsys/nouveau/drm')
subdir('state_trackers/dri')
# TODO: freedreno
# TODO: i915
-# TODO: nouveau
# TODO: SVGA
# TODO: r300
# TODO: r600