From 75978636d9eddcbaf1ebea4091af2b18da71a7f4 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 20 Aug 2017 22:19:47 +1200 Subject: Change meson to be more configurable We move the warning options into the project's default_options, meaning a user can configure them with `meson configure` and not need to edit the file. We also make it possible to disable logind/libcap even if they're present. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..ab74eec1 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('enable_libcap', type: 'boolean', value: true, description: 'Enable support for capabilities') +option('enable_systemd', type: 'boolean', value: true, description: 'Enable support for logind') -- cgit v1.2.3