mirror of https://github.com/xemu-project/xemu.git
14 lines
412 B
Bash
14 lines
412 B
Bash
![]() |
# 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
|
||
|
}
|