qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] meson: Build qemu-keymap when configured using --disable-tools
@ 2020-08-21 16:07 Philippe Mathieu-Daudé
  2020-08-21 16:07 ` [PATCH v3 1/2] meson: convert pc-bios/keymaps/Makefile Philippe Mathieu-Daudé
  2020-08-21 16:07 ` [PATCH v3 2/2] meson: Do not consider qemu-keymap a 'tool' Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-08-21 16:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Paolo Bonzini, Philippe Mathieu-Daudé,
	Gerd Hoffmann

Fix --enable-system --disable-tools builds.

Marc-André Lureau (1):
  meson: convert pc-bios/keymaps/Makefile

Philippe Mathieu-Daudé (1):
  meson: Do not consider qemu-keymap a 'tool'

 Makefile                    |  8 ------
 meson.build                 | 11 ++++----
 pc-bios/keymaps/Makefile    | 56 -------------------------------------
 pc-bios/keymaps/meson.build | 56 +++++++++++++++++++++++++++++++++++++
 pc-bios/meson.build         |  1 +
 ui/meson.build              |  2 +-
 6 files changed, 64 insertions(+), 70 deletions(-)
 delete mode 100644 pc-bios/keymaps/Makefile
 create mode 100644 pc-bios/keymaps/meson.build

-- 
2.26.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-24  6:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21 16:07 [PATCH v3 0/2] meson: Build qemu-keymap when configured using --disable-tools Philippe Mathieu-Daudé
2020-08-21 16:07 ` [PATCH v3 1/2] meson: convert pc-bios/keymaps/Makefile Philippe Mathieu-Daudé
2020-08-24  5:23   ` Gerd Hoffmann
2020-08-24  6:22     ` Paolo Bonzini
2020-08-21 16:07 ` [PATCH v3 2/2] meson: Do not consider qemu-keymap a 'tool' Philippe Mathieu-Daudé

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).