qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: berrange@redhat.com, marcandre.lureau@redhat.com
Subject: [PATCH 0/2] meson: use subprojects for bundled projects
Date: Thu, 18 May 2023 14:46:43 +0200	[thread overview]
Message-ID: <20230518124645.1011316-1-pbonzini@redhat.com> (raw)

QEMU bundles a copy of dtc and keycodemapdb.  They both support meson,
so run their build system via subproject() instead of hardcoding their
contents.

Paolo

Paolo Bonzini (2):
  meson: use subproject for internal libfdt
  meson: use subproject for keycodemapdb

 .gitmodules                      |  8 +++---
 configure                        |  6 ++---
 meson.build                      | 44 +++++++++++---------------------
 scripts/archive-source.sh        |  2 +-
 dtc => subprojects/dtc           |  0
 {ui => subprojects}/keycodemapdb |  0
 ui/meson.build                   |  6 +++--
 7 files changed, 27 insertions(+), 39 deletions(-)
 rename dtc => subprojects/dtc (100%)
 rename {ui => subprojects}/keycodemapdb (100%)

-- 
2.40.1



             reply	other threads:[~2023-05-18 12:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-18 12:46 Paolo Bonzini [this message]
2023-05-18 12:46 ` [PATCH 1/2] meson: use subproject for internal libfdt Paolo Bonzini
2023-05-18 12:46 ` [PATCH 2/2] meson: use subproject for keycodemapdb Paolo Bonzini
2023-05-18 12:55   ` Daniel P. Berrangé
2023-05-18 13:00     ` Paolo Bonzini
2023-05-18 14:01       ` Daniel P. Berrangé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230518124645.1011316-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=berrange@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).