aboutsummaryrefslogtreecommitdiff
path: root/scripts/meson-buildoptions.sh
blob: c8ae2056018832f30fe9684fd415a8bd7d0af3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is generated by meson-buildoptions.py, do not edit!
meson_options_help() {
  printf "%s\n" ''
  printf "%s\n" 'Optional features, enabled with --enable-FEATURE and'
  printf "%s\n" 'disabled with --disable-FEATURE, default is enabled if available'
  printf "%s\n" '(unless built with --without-default-features):'
  printf "%s\n" ''
}
_meson_option_parse() {
  case $1 in
    *) return 1 ;;
  esac
}