summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bbaeeb690..3536f3ddf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,8 +16,10 @@
# You should have received a copy of the GNU Lesser General Public License
# along with elogind; If not, see <http://www.gnu.org/licenses/>.
-option('split-usr', type : 'boolean', value : false,
- description : '''assume that /bin, /sbin aren't symlinks into /usr''')
+option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : '''/bin, /sbin aren't symlinks into /usr''')
+option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : '''sbin is not a symlink to bin''')
option('rootlibdir', type : 'string',
description : '''[/usr]/lib/x86_64-linux-gnu or such''')
option('rootprefix', type : 'string',
@@ -367,7 +369,9 @@ option('ok-color', type: 'combo',
value : 'green',
description: 'color of the "OK" status message')
-option('oss-fuzz', type : 'boolean', value : 'false',
- description : 'build against oss-fuzz')
-option('llvm-fuzz', type : 'boolean', value : 'false',
- description : 'build against LLVM libFuzzer')
+#if 0 /// fuzz regression tests are not supported by elogind
+# option('oss-fuzz', type : 'boolean', value : 'false',
+# description : 'build against oss-fuzz')
+# option('llvm-fuzz', type : 'boolean', value : 'false',
+# description : 'build against LLVM libFuzzer')
+#endif // 0