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 584e6729966..990663f6de3 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -125,6 +125,9 @@ endif if with_gallium_xvmc subdir('state_trackers/xvmc') endif +if with_gallium_omx + subdir('state_trackers/omx_bellagio') +endif # TODO: SWR # TODO: clover if with_dri @@ -146,7 +149,9 @@ endif if with_gallium_xvmc subdir('targets/xvmc') endif -# TODO: OMX +if with_gallium_omx + subdir('targets/omx-bellagio') +endif # TODO: VA # TODO: xa # TODO: nine |