diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2021-01-09 01:33:08 -0500 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-01-11 22:45:01 +0000 |
commit | 059ae7cb923a17a2aae36ad107be3a1881085464 (patch) | |
tree | be7e9a12db37625a90f1389c137140390e8dd68e /src/meson.build | |
parent | 28a781323fba87e6e338cfecb0b6fe25a08f61a4 (diff) |
nouveau: add drm-shim support
Seems to work reasonably well with shader-db's run.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8406>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 38101edace6..84a990358a3 100644 --- a/src/meson.build +++ b/src/meson.build @@ -95,6 +95,9 @@ endif if with_microsoft_clc or with_gallium_d3d12 or with_spirv_to_dxil subdir('microsoft') endif +if with_gallium_nouveau + subdir('nouveau') +endif subdir('mesa') subdir('loader') if with_platform_haiku |