qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] meson: use subprojects for bundled projects


From: Paolo Bonzini
Subject: [PATCH 0/2] meson: use subprojects for bundled projects
Date: Thu, 18 May 2023 14:46:43 +0200

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 via email to

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