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

Paolo Bonzini posted 2 patches 11 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
.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%)
[PATCH 0/2] meson: use subprojects for bundled projects
Posted by Paolo Bonzini 11 months, 3 weeks ago
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