]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
meson_options: Move entries around
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 27 May 2022 23:00:34 +0000 (19:00 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Sat, 28 May 2022 02:02:34 +0000 (22:02 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
meson_options.txt

index ac5a94d75698370d53df312c482870940808f940..1940301ab941c07dc002c95ada37669f5a154607 100644 (file)
@@ -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')