[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/6] configure: rename --enable-pypi to --enable-download, co
|
From: |
Daniel P . Berrangé |
|
Subject: |
Re: [PATCH 5/6] configure: rename --enable-pypi to --enable-download, control subprojects too |
|
Date: |
Fri, 19 May 2023 10:07:40 +0100 |
|
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Fri, May 19, 2023 at 10:56:45AM +0200, Paolo Bonzini wrote:
> The behavior of --{enable,disable}-pypi is similar to that of
> -Dwrapmode={default,nodownload} respectively. In particular,
> in both cases a feature needs to be explicitly enabled for the
> dependency to be downloaded.
>
> So, use a single option to control both cases. Now, --enable-slirp
> will trigger cloning and building of libslirp if the .pc file
> is not found on the machine.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> .gitignore | 2 --
> configure | 17 +++++++----------
> subprojects/.gitignore | 3 +++
> 3 files changed, 10 insertions(+), 12 deletions(-)
> create mode 100644 subprojects/.gitignore
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/6] meson: use subprojects for bundled projects, Paolo Bonzini, 2023/05/19
- [PATCH 1/6] remove remaining traces of meson submodule, Paolo Bonzini, 2023/05/19
- [PATCH 2/6] meson: simplify logic for -Dfdt, Paolo Bonzini, 2023/05/19
- [PATCH 4/6] meson: use subproject for keycodemapdb, Paolo Bonzini, 2023/05/19
- [PATCH 5/6] configure: rename --enable-pypi to --enable-download, control subprojects too, Paolo Bonzini, 2023/05/19
- Re: [PATCH 5/6] configure: rename --enable-pypi to --enable-download, control subprojects too,
Daniel P . Berrangé <=
- [PATCH 6/6] meson: subprojects: replace submodules with wrap files, Paolo Bonzini, 2023/05/19
- [PATCH 3/6] meson: use subproject for internal libfdt, Paolo Bonzini, 2023/05/19
- Re: [PATCH v2 0/6] meson: use subprojects for bundled projects, Peter Maydell, 2023/05/19