commit | f5eafc2dc6a68c9c2c2660dff528de1ecdedf4dc | [log] [tgz] |
---|---|---|
author | Dylan Baker <dylan@pnwbakers.com> | Wed Apr 18 13:20:28 2018 -0700 |
committer | Dylan Baker <dylan@pnwbakers.com> | Fri May 03 10:57:36 2019 -0700 |
tree | 8613f74cb6bfc3bb670017a4956b0c0194d6797a | |
parent | ddc15fba2be29eb667bd89625d468455b63e0bcf [diff] |
meson: Make shader-cache a trillean instead of boolean So that it can be implicitly disabled on windows, where it doesn't compile. v2: - Use an auto-option rather than automagic. - fix shader_cache check (== -> !=) v4: - Use new with_shader_cache instead of get_option('shader-cache') elsewhere in the meson build Reviewed-by: Eric Anholt <eric@anholt.net>