Guillaume Desmottes
|
1b84dd1f6b
|
meson: add sodium option
Allow us to pick between the built-in libsodium, use the one from the
system or disable the plugin.
|
2020-01-30 10:57:00 +00:00 |
|
Guillaume Desmottes
|
d98e76529d
|
meson: build tests, bins and examples
Best to build as much as possible so we can detect build breakage
earlier and we won't have to build tests when running them.
|
2020-01-16 14:03:39 +05:30 |
|
Guillaume Desmottes
|
28e3e3199c
|
meson: add test wrapper
Allow us to run the tests using 'meson test'.
Needed for https://gitlab.freedesktop.org/gstreamer/gst-ci/issues/46
|
2020-01-07 14:19:13 +05:30 |
|
Guillaume Desmottes
|
accd10dfea
|
meson: add 'command' argument to cargo wrapper
Will be used to add test support.
|
2020-01-07 14:06:14 +05:30 |
|
Guillaume Desmottes
|
46dda60db9
|
meson: don't pass empty --exclude when building all plugins
''.split(',') returns [''] and not [].
|
2020-01-03 09:41:41 +05:30 |
|
Guillaume Desmottes
|
e158f4ef88
|
meson: rename cargo.py to cargo_wrapper.py
Fix 'cargo build' on Windows as its $PATH includes $PWD, it seems to
pick our script rather than the actual cargo.
|
2020-01-03 09:35:10 +05:30 |
|