summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-05-30 13:55:45 +0200
committerRichard Hughes <richard@hughsie.com>2019-06-09 18:17:37 +0100
commit7f358c676ba0990421d6a038569c8b798353e52b (patch)
tree82a788799f3b586013248c50d66276788e310cc7 /doc/meson.build
parenta87889cebedbf0b3d45a41e83287b0b0f8fae7b7 (diff)
downloadcolord-gtk-7f358c676ba0990421d6a038569c8b798353e52b.tar.gz
build: Port to the Meson build system
Introduce meson build scripts along autotools ones. Porting modules to the meson build system is a GNOME Goal, details here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://github.com/hughsie/colord-gtk/issues/10
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 0000000..dc2bb41
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1 @@
+subdir('api')