diff options
author | Dylan Baker <[email protected]> | 2017-10-30 10:17:22 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-11-09 13:10:59 -0800 |
commit | 1873327c4b5a09e9138db02b145cba5d012cb2f3 (patch) | |
tree | 47b852f67c8ebb7c4442cb56d799a7ecd375f59e /build-support | |
parent | 8ecdbb613609e58094af435a45c357aebce5ff66 (diff) |
meson: implement default driver arguments
This allows drivers to be set by OS/arch in a sane manner.
v2: - set _drivers to a list of drivers instead of manually assigning
each with_*
v3: - Use "auto" instead of "default", which matches the value of other
automatically configured options.
- Set vulkan drivers as well
- Add error message if no automatic drivers are known for a given
arch/OS combo
- use not(darwin or windows) instead of (linux or *bsd), which is
probably more accurate (that way Solaris and other *nix systems
aren't excluded)
- rename softpipe to swrast, as swrast is the actual option name
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'build-support')
0 files changed, 0 insertions, 0 deletions