mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
configure, meson: move iasl detection to meson
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14efd8d3b5
commit
40c909f534
2 changed files with 10 additions and 8 deletions
2
configure
vendored
2
configure
vendored
|
@ -2508,7 +2508,7 @@ if test "$skip_meson" = no; then
|
|||
-Daudio_drv_list=$audio_drv_list \
|
||||
-Ddefault_devices=$default_devices \
|
||||
-Ddocdir="$docdir" \
|
||||
-Diasl="$($iasl -h >/dev/null 2>&1 && printf %s "$iasl")" \
|
||||
-Diasl="$iasl" \
|
||||
-Dqemu_firmwarepath="$firmwarepath" \
|
||||
-Dqemu_suffix="$qemu_suffix" \
|
||||
-Dsmbd="$smbd" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue