Commit Graph

5 Commits

Author SHA1 Message Date
Andy Williams 476e71f78f Better explanations of the build options 2018-05-17 13:40:40 +01:00
Marcel 2c062ef0bb Revert "meson: remove exposure of lookup paths"
This reverts commit a7a6b9cb7f.

This brings back the option for settings the path, ubuntu decides to hide the headers in a none standard directory, so they need to be spectified.
2017-11-04 10:35:06 +00:00
Andy Williams a7a6b9cb7f meson: remove exposure of lookup paths
This was a workaround for OS X which is now catered for in another patch
If we need to re-add the option for users this can be reverted
2017-10-23 00:09:14 +01:00
Marcel Hollerbach 39203334d4 meson: add a option where to find the clang library and header
with having them people can just specify where the clang stuff is
installed, if its not possible to find it in the default location.

This fixes a bug where clang was not found, dirs: is meant as exclusive
parameter, so if you specify there a custom directory, then only THIS
specific directory will be used for the search. This fixes also that bug
and only specifies that argument if a custom location is given.
2017-10-22 20:54:36 +02:00
Marcel Hollerbach ac304ea2a9 time for meson! 2017-10-03 19:07:42 +02:00