Lines Matching full:disabled
259 rust="disabled"
274 # Meson has PIE as a boolean rather than enabled/disabled/auto,
692 --disable-docs) docs=disabled
744 --disable-tcg) tcg="disabled"
773 --disable-download) download="disabled"; git_submodules_action=validate;
793 --disable-rust) rust=disabled
810 && test "$download" = disabled
910 --without-default-features default all --enable-* options to "disabled"
1013 if test "$docs" != "disabled" ; then
1022 docs=disabled
1057 if test "$tcg" = "disabled" ; then
1137 tcg="disabled"
1188 if test "$rust" != disabled && ! version_ge "$meson_version" 1.8.1; then
1193 rust=disabled
1195 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1201 rust=disabled
1203 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1784 if test "$rust" != disabled; then
1907 if test "$rust" != disabled; then
1952 if test "$rust" != disabled; then
1967 test "$download" = "disabled" && meson_option_add "--wrap-mode=nodownload"
1968 test "$default_feature" = no && meson_option_add -Dauto_features=disabled
1973 test "$rust" != "disabled" && meson_option_add "-Drust=$rust"
2059 if test "$rust" != disabled; then