qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v2 0/2] contrib/plugins: Migrate to the Meson build


From: Anton Kochkov
Subject: [PATCH v2 0/2] contrib/plugins: Migrate to the Meson build
Date: Wed, 28 Jun 2023 16:25:53 +0000

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





reply via email to

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