aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
AgeCommit message (Collapse)AuthorLines
2023-01-04convert __APPLE__ and __ULIBC__ to HAVE_LIBC_VERSIONED_SYMBOLSBernd Schubert-0/+3
In fact only gnu-libc fully supports symbol versioning, so it is better to have a generic macro for it. This also allows to manually disable symbol version and allows to run tests with that configuration on gnu-libc. That testing will still not catch compat issues, but least ensures the code can compile. Testing for __APPLE__ and __ULIBC__ is now done by meson. More of such checks can be added by people using other libcs.
2022-09-08Add option to specify init script locationFina Wilke-0/+3
Also allows to disable the installation if desired
2021-06-09Add an option to disable building tests (#533)asafkahlon-0/+3
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
2019-07-04Add build option to skip steps requiring root permissionsDrDaveD-2/+6
2018-09-28Add build options for utils and examplesMartin Blanchard-0/+6
Allow skipping utils build & installation (-Dutils=false) and examples build (-Dexamples=false). By default behaviour is unchanged (both are true: utils and examples get build).
2018-08-31Do not hardcode /etc/fuse.conf path.Nikolaus Rath-1/+1
2017-10-20make udevrulesdir configurableJoerg Thalheim-0/+3
on nixos we install fuse in its own hierarchy independent from systemd.
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-0/+2