From be7e0c2d5689d962fd2424e60ed21062d0674e95 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 11 Sep 2023 23:03:51 +0200 Subject: Backport Meson build support Meson builds have better integration with Vala. For example, Meson handles incremental compilation of Vala source files better than CMake. Limitations: As done with CMake builds, gresource.xml should be compiled. Now, it has been generated from a CMake build and manually copied into the source tree. --- plugins/meson.build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/meson.build (limited to 'plugins/meson.build') diff --git a/plugins/meson.build b/plugins/meson.build new file mode 100644 index 00000000..189d7034 --- /dev/null +++ b/plugins/meson.build @@ -0,0 +1,5 @@ +subdir('signal-protocol') +#subdir('gpgme-vala') +subdir('http-files') +#subdir('ice') +#subdir('rtp') -- cgit v1.2.3