diff options
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index e700d03da93..7e841633a9c 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -134,6 +134,9 @@ endif if with_gallium_xa subdir('state_trackers/xa') endif +if with_gallium_st_nine + subdir('state_trackers/nine') +endif # TODO: SWR # TODO: clover if with_dri @@ -164,5 +167,7 @@ endif if with_gallium_xa subdir('targets/xa') endif -# TODO: nine +if with_gallium_st_nine + subdir('targets/d3dadapter9') +endif # TODO: tests |