diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-30 15:23:06 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-12-04 14:36:51 -0800 |
commit | 1d36dc674d528b93bec3ff9637adde4ae6492452 (patch) | |
tree | 191ffb28a49ee957d34fc4a232264c08c285e8f7 /meson_options.txt | |
parent | 22a817af8a89eb3c762fc3e07b443a3ce37d7416 (diff) |
meson: build gallium omx state tracker
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 63fa9232ea..51cf4ed6a5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -82,6 +82,19 @@ option( description : 'path to put xvmc libraries. defaults to $libdir.' ) option( + 'gallium-omx', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium omx bellagio state tracker.', +) +option( + 'omx-libs-path', + type : 'string', + value : '', + description : 'path to put omx libraries. defaults to omx-bellagio pkg-config pluginsdir.' +) +option( 'vulkan-drivers', type : 'string', value : 'auto', |