]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
core: usually our enum's _INVALID and _MAX special values are named after the full...
[thirdparty/systemd.git] / meson_options.txt
index 70d7f6b036a8740284f84b87a2ba30257a55bb07..3de72acf95038808f50d4f551d367559b08324ba 100644 (file)
@@ -120,6 +120,8 @@ option('pamconfdir', type : 'string',
 
 option('fallback-hostname', type : 'string', value : 'localhost',
        description : 'the hostname used if none configured')
+option('compat-gateway-hostname', type : 'boolean', value : 'false',
+       description : 'allow "gateway" as the symbolic name for default gateway')
 option('default-hierarchy', type : 'combo',
        choices : ['legacy', 'hybrid', 'unified'], value : 'hybrid',
        description : 'default cgroup hierarchy')
@@ -252,5 +254,7 @@ option('zshcompletiondir', type : 'string',
 
 option('tests', type : 'combo', choices : ['true', 'unsafe'],
        description : 'enable extra tests with =unsafe')
+option('slow-tests', type : 'boolean', value : 'false',
+       description : 'run the slow tests by default')
 option('install-tests', type : 'boolean', value : 'false',
        description : 'install test executables')