X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=meson_options.txt;h=67aaa89919bc78ee365bf1dddb906e1261eef101;hb=2d1b928109fb390f6cb478d14460c7e117bcef06;hp=ae2930861f18dab9b54c0111f0906354f59ec128;hpb=7e82b4059be4c90627baf1fc17ecfa101ee2f124;p=thirdparty%2Fsystemd.git diff --git a/meson_options.txt b/meson_options.txt index ae2930861f1..67aaa89919b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -41,6 +41,7 @@ option('mount-path', type : 'string', description : 'path to mount') option('umount-path', type : 'string', description : 'path to umount') option('loadkeys-path', type : 'string', description : 'path to loadkeys') option('setfont-path', type : 'string', description : 'path to setfont') +option('nologin-path', type : 'string', description : 'path to nologin') option('debug-shell', type : 'string', value : '/bin/sh', description : 'path to debug shell binary') @@ -77,6 +78,8 @@ option('binfmt', type : 'boolean', description : 'support for custom binary formats') option('coredump', type : 'boolean', description : 'install the coredump handler') +option('pstore', type : 'boolean', + description : 'install the pstore archival tool') option('logind', type : 'boolean', description : 'install the systemd-logind stack') option('hostnamed', type : 'boolean',