qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] contrib/plugins: Migrate to the Meson build
@ 2023-06-28 16:25 Anton Kochkov
  2023-06-28 16:26 ` [PATCH v2 1/2] contrib/plugins: add meson build file Anton Kochkov
  2023-06-28 16:26 ` [PATCH v2 2/2] contrib/plugins: remove Makefile Anton Kochkov
  0 siblings, 2 replies; 5+ messages in thread
From: Anton Kochkov @ 2023-06-28 16:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anton Kochkov

Makefile made a lot of assumption regarding the system to compile for.
It was also limited to the Linux (and possibly BSD) only, without the way
to compile for macOS or Windows.

Changes since v1:
- Remove Makefile

Anton Kochkov (2):
  contrib/plugins: add meson build file
  contrib/plugins: remove Makefile

 contrib/plugins/Makefile          | 46 -------------------------------
 contrib/plugins/meson.build       | 31 +++++++++++++++++++++
 contrib/plugins/meson_options.txt |  1 +
 3 files changed, 32 insertions(+), 46 deletions(-)
 delete mode 100644 contrib/plugins/Makefile
 create mode 100644 contrib/plugins/meson.build
 create mode 100644 contrib/plugins/meson_options.txt

--
2.41.0




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

end of thread, other threads:[~2023-08-02  8:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 16:25 [PATCH v2 0/2] contrib/plugins: Migrate to the Meson build Anton Kochkov
2023-06-28 16:26 ` [PATCH v2 1/2] contrib/plugins: add meson build file Anton Kochkov
2023-08-02  8:16   ` Akihiko Odaki
2023-08-02  8:22     ` Akihiko Odaki
2023-06-28 16:26 ` [PATCH v2 2/2] contrib/plugins: remove Makefile Anton Kochkov

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