qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/18] curl: convert to meson


From: Paolo Bonzini
Subject: Re: [PATCH 03/18] curl: convert to meson
Date: Thu, 17 Dec 2020 13:05:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 17/12/20 13:00, Marc-André Lureau wrote:

        -curl="$default_feature"
        +curl="auto"


    What about default_feature=no ?


Oh got it:
        $(if test "$default_features" = no; then echo "-Dauto_features=disabled"; fi) \

Yeah, Meson has that feature natively.  The plan is to:

1) remove xxx="$default_features" altogether by moving all options to meson

2) possibly remove xxx="auto" by resurrecting the introspection-based command line option parsing script.

Paolo




reply via email to

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