From: Stéphane Graber Date: Fri, 27 May 2022 23:00:34 +0000 (-0400) Subject: meson_options: Move entries around X-Git-Tag: lxc-5.0.0~14^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f1ddb39d2113d8b7ff373c34a8f7a31f388fd2;p=thirdparty%2Flxc.git meson_options: Move entries around Signed-off-by: Stéphane Graber --- diff --git a/meson_options.txt b/meson_options.txt index ac5a94d75..1940301ab 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -17,6 +17,9 @@ option('io-uring-event-loop', type: 'boolean', value: 'false', 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') @@ -47,6 +50,3 @@ option('usernet-config-path', type: 'string', value: 'lxc/lxc-usernet', 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')