option('man', type: 'boolean', value: 'true',
description: 'build and install manpages')
+option('pam-cgroup', type: 'boolean', value: 'false',
+ description: 'build and install the pam cgroup module')
+
option('tests', type: 'boolean', value: 'false',
description: 'build and install tests')
option('usernet-db-path', type: 'string', value: 'lxc/nics',
description: 'User network database file path')
-
-option('pam-cgroup', type: 'boolean', value: 'false',
- description: 'build and install the pam cgroup module')