aboutsummaryrefslogtreecommitdiff
path: root/plugins/meson.build
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-11 23:03:51 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-09 14:08:59 +0200
commitbe7e0c2d5689d962fd2424e60ed21062d0674e95 (patch)
treef3b5fc213f7cb832e31f4877db0abf9e2c908930 /plugins/meson.build
parent1cc99a640fe694c1545eb2ecc01311f7bad26aed (diff)
downloaddino-be7e0c2d5689d962fd2424e60ed21062d0674e95.tar.gz
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.
Diffstat (limited to 'plugins/meson.build')
-rw-r--r--plugins/meson.build5
1 files changed, 5 insertions, 0 deletions
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')