X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=meson_options.txt;h=494a8de43c487ec17f145ea0a6a411f549267473;hp=050d65bfc153c1aac96b3848dbff1f05891c9e53;hb=08ed12bb79fc36ce7f153bf3a96d065094b67b6f;hpb=683a1e7fd9015119b3aec425e856ccab9d5b0098 diff --git a/meson_options.txt b/meson_options.txt index 050d65bfc15..494a8de43c4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,7 +11,7 @@ option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'], option('rootlibdir', type : 'string', description : '''[/usr]/lib/x86_64-linux-gnu or such''') option('rootprefix', type : 'string', - description : '''override the root prefix''') + description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''') option('link-udev-shared', type : 'boolean', description : 'link systemd-udev and its helpers to libsystemd-shared.so') option('link-systemctl-shared', type: 'boolean', @@ -31,8 +31,6 @@ option('telinit-path', type : 'string', value : '/lib/sysvinit/telinit', description : 'path to telinit') option('rc-local', type : 'string', value : '/etc/rc.local') -option('halt-local', type : 'string', - value : '/usr/sbin/halt.local') option('quotaon-path', type : 'string', description : 'path to quotaon') option('quotacheck-path', type : 'string', description : 'path to quotacheck') @@ -126,6 +124,7 @@ option('hwdb', type : 'boolean', option('rfkill', type : 'boolean', description : 'support for the rfkill tools') option('man', type : 'combo', choices : ['auto', 'true', 'false'], + value : 'false', description : 'build and install man pages') option('html', type : 'combo', choices : ['auto', 'true', 'false'], value : 'false', @@ -157,7 +156,7 @@ option('fallback-hostname', type : 'string', value : 'localhost', 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', + choices : ['legacy', 'hybrid', 'unified'], value : 'unified', description : 'default cgroup hierarchy') option('default-net-naming-scheme', type : 'combo', choices : ['latest', 'v238', 'v239', 'v240'], @@ -329,3 +328,9 @@ option('oss-fuzz', type : 'boolean', value : 'false', description : 'build against oss-fuzz') option('llvm-fuzz', type : 'boolean', value : 'false', description : 'build against LLVM libFuzzer') +option('fuzzbuzz', type : 'boolean', value : 'false', + description : 'build against FuzzBuzz') +option('fuzzbuzz-engine', type : 'string', + description : 'the name of the FuzzBuzz fuzzing engine') +option('fuzzbuzz-engine-dir', type : 'string', + description : 'the directory where the FuzzBuzz fuzzing engine is')