qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Meson can't recover from deletion of generated QAPI file(s)


From: Claudio Fontana
Subject: Re: Meson can't recover from deletion of generated QAPI file(s)
Date: Wed, 9 Sep 2020 23:25:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 9/9/20 5:10 PM, Paolo Bonzini wrote:
> On 09/09/20 17:05, Claudio Fontana wrote:
>> Hmm, I still encounter problems:
> 
> And another:
> 
> diff --git a/tests/meson.build b/tests/meson.build
> index 998e4c48f9..95789f43b3 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -56,7 +56,7 @@ test_qapi_files = custom_target('Test QAPI files',
>  # perhaps change qapi_gen to replace / with _, like Meson itself does?
>  subdir('include')
>  
> -libtestqapi = static_library('testqapi', sources: [test_qapi_files, 
> test_qapi_outputs_extra])
> +libtestqapi = static_library('testqapi', sources: [test_qapi_files, genh, 
> test_qapi_outputs_extra])
>  testqapi = declare_dependency(link_with: libtestqapi)
>  
>  testblock = declare_dependency(dependencies: [block], sources: 'iothread.c')
> 
> Paolo
> 

adding this one as well fixes it for me, thanks!

Tested-by: Claudio Fontana <cfontana@suse.de>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]