diff options
author | Dylan Baker <[email protected]> | 2017-10-30 15:23:06 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-04 14:36:51 -0800 |
commit | 1d36dc674d528b93bec3ff9637adde4ae6492452 (patch) | |
tree | 191ffb28a49ee957d34fc4a232264c08c285e8f7 /src/gallium/meson.build | |
parent | 22a817af8a89eb3c762fc3e07b443a3ce37d7416 (diff) |
meson: build gallium omx 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.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 |