diff options
author | Dylan Baker <[email protected]> | 2017-10-31 15:12:20 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-04 14:36:35 -0800 |
commit | 085070a2c8c91c14e5a9f46988989faf19b0a125 (patch) | |
tree | 88435a27002cc6312ea598797fbe028f8500ee1f /meson_options.txt | |
parent | f7f1b30f81e842db6057591470ce3cb6d4fb2795 (diff) |
meson: drop gallium-media argument
This argument is the wrong approach for handling gallium media state
trackers, since it doesn't allow for an auto option. Instead we'll use
tristates, which do allow for auto.
This option has never been wired to anything anyway.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt index bcd63cc374f..4d56c2404f6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -50,12 +50,6 @@ option( description : 'comma separated list of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built' ) option( - 'gallium-media', - type : 'string', - value : '', - description : 'comma separated list of gallium media APIs to build (omx,va,vdpau,xvmc).' -) -option( 'gallium-extra-hud', type : 'boolean', value : false, |