The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

486 B

Portability improvements to Boost Dependency

The Boost dependency has been improved to better detect the various ways to install boost on multiple platforms. At the same time the modules semantics for the dependency has been changed. Previously it was allowed to specify header directories as modules but it wasn't required. Now, modules are only used to specify libraries that require linking.

This is a breaking change and the fix is to remove all modules that aren't found.