[virt-tools-list] [PATCH virt-viewer 0/2] Initial support for building with meson/ninja

Eduardo Lima (Etrunko) etrunko at redhat.com
Wed Sep 12 09:07:57 UTC 2018


The first patch is a preparation for the new build system. As it uses
a built in function provided by meson for generating the enum files, it
is not possible to run sed on the resulting file, so we need to keep it
as is.

As for the build itself, the only missing features are windows related,
which I don't really know how to implement, but should not be difficult.

Eduardo Lima (Etrunko) (2):
  build: Keep original type name as generated from glib-mkenums
  Add support for building with meson/ninja

 data/meson.build          |  16 +++
 icons/meson.build         |  14 +++
 man/meson.build           |  16 +++
 meson.build               | 206 ++++++++++++++++++++++++++++++++++++++
 meson_options.txt         |  25 +++++
 po/meson.build            |   2 +
 src/Makefile.am           |   4 +-
 src/meson.build           | 116 +++++++++++++++++++++
 src/virt-viewer-display.c |   2 +-
 tests/meson.build         |  16 +++
 10 files changed, 414 insertions(+), 3 deletions(-)
 create mode 100644 data/meson.build
 create mode 100644 icons/meson.build
 create mode 100644 man/meson.build
 create mode 100644 meson.build
 create mode 100644 meson_options.txt
 create mode 100644 po/meson.build
 create mode 100644 src/meson.build
 create mode 100644 tests/meson.build

-- 
2.17.1




More information about the virt-tools-list mailing list