summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-06-01 20:21:05 +0200
committerSven Eden <yamakuzure@gmx.net>2018-06-04 10:32:09 +0200
commitb7391745709132996173cc80b83a5ce8d6c4047f (patch)
treedc27369ce4d76d00fffa35540aa55f264dc7dfa7 /meson_options.txt
parent1be26d51ffd355e1e38fd66c76b296594daf5ed0 (diff)
Prep v238: Updated root build files (2/5)
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