X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=meson_options.txt;h=e13bfb0c4b9c2de63235c8c1a413bff70648ea96;hb=6eea6e30ab99f8a3eebaa338c02803f33ab5b855;hp=e9fff1660c8884b16ac87ac9e89be0419e43f251;hpb=f12465466dae565b1b6dbd78d609152fd703c1fd;p=thirdparty%2Fsystemd.git diff --git a/meson_options.txt b/meson_options.txt index e9fff1660c8..e13bfb0c4b9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,6 +26,8 @@ option('static-libsystemd', type : 'combo', option('static-libudev', type : 'combo', choices : ['false', 'true', 'pic', 'no-pic'], description : '''install a static library for libudev''') +option('standalone-binaries', type : 'boolean', value : 'false', + description : '''also build standalone versions of supported binaries''') option('sysvinit-path', type : 'string', value : '/etc/init.d', description : 'the directory where the SysV init scripts are located') @@ -58,7 +60,7 @@ option('debug-extra', type : 'array', choices : ['hashmap', 'mmap-cache', 'sipha option('memory-accounting-default', type : 'boolean', description : 'enable MemoryAccounting= by default') option('bump-proc-sys-fs-file-max', type : 'boolean', - description : 'bump /proc/sys/fs/file-max to ULONG_MAX') + description : 'bump /proc/sys/fs/file-max to LONG_MAX') option('bump-proc-sys-fs-nr-open', type : 'boolean', description : 'bump /proc/sys/fs/nr_open to INT_MAX') option('valgrind', type : 'boolean', value : false, @@ -142,6 +144,8 @@ option('hwdb', type : 'boolean', description : 'support for the hardware database') option('rfkill', type : 'boolean', description : 'support for the rfkill tools') +option('xdg-autostart', type : 'boolean', + description : 'install the xdg-autostart-generator and unit') option('man', type : 'combo', choices : ['auto', 'true', 'false'], value : 'false', description : 'build and install man pages') @@ -351,6 +355,8 @@ option('tests', type : 'combo', choices : ['true', 'unsafe', 'false'], description : 'enable extra tests with =unsafe') option('slow-tests', type : 'boolean', value : 'false', description : 'run the slow tests by default') +option('fuzz-tests', type : 'boolean', value : 'false', + description : 'run the fuzzer regression tests by default') option('install-tests', type : 'boolean', value : 'false', description : 'install test executables')