mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
meson: replace create-config with meson configure_file
Move the create-config logic to meson.build; create a configuration_data object and let meson handle the quoting and output. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
484e2cc730
commit
859aef026e
7 changed files with 81 additions and 168 deletions
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
static char disk[] = "tests/acpi-test-disk-XXXXXX";
|
||||
static const char *data_dir = "tests/data/acpi";
|
||||
#ifdef CONFIG_IASL
|
||||
static const char *iasl = stringify(CONFIG_IASL);
|
||||
static const char *iasl = CONFIG_IASL;
|
||||
#else
|
||||
static const char *iasl;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue