Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
want_pam_cgroup = get_option('pam-cgroup')
want_mans = get_option('man')
want_tests = get_option('tests')
+want_tools = get_option('tools')
conf.set_quoted('DEFAULT_CGROUP_PATTERN', cgrouppattern)
option('pam-cgroup', type: 'boolean', value: 'false',
description: 'build and install the pam cgroup module')
+option('tools', type: 'boolean', value: 'true',
+ description: 'build and install tools')
+
option('tests', type: 'boolean', value: 'false',
description: 'build and install tests')