Use system whereami if available

This commit is contained in:
Philippe Teuwen 2020-05-24 20:35:09 +02:00
commit 0653feaec8
2 changed files with 15 additions and 1 deletions

View file

@ -62,6 +62,7 @@ It's also possible to skip parts even if libraries are present in the compilatio
* `make client SKIPQT=1` to skip GUI even if Qt is present
* `make client SKIPBT=1` to skip native Bluetooth support even if libbluetooth is present
* `make client SKIPLUASYSTEM=1` to skip system Lua lib even if liblua5.2 is present, use embedded Lua lib instead
* `make client SKIPWHEREAMISYSTEM=1` to skip system Whereami lib even if libwhereami is present, use embedded whereami lib instead
If you're cross-compiling, these ones might be useful: