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