meson_options.txt

Branch


Log

Author Commit Date CI Message
L. E. Segovia a7c29fec 2023-09-13T14:49:11 meson: Add with-system options Fixes #283
Dylan Baker fa803c7e 2022-08-17T11:05:55 meson: use a feature option for tests instead of boolean This allows tests to be autodetected gracefully, which is particularly convenient for kyua and atf_sh which are fairly painful to build and install by hand. Those who want to ensure tests are enabled or disabled may pass `-Dtests=enabled` or `-Dtests=disabled` respectively. This does require a modest bump in the required meson version to 0.49, which was released at the end of 2018, so roughly 4 years ago.
TingPing 706273c7 2018-03-07T05:28:05 meson: Add option to build without kyua for tests (#175)