summaryrefslogtreecommitdiffstats
path: root/doc/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-04-01 14:14:32 -0400
committerDavid Robillard <d@drobilla.net>2021-04-01 14:14:32 -0400
commitec134d2c5f2c44a602ede280f9ce7dffd64caf41 (patch)
tree873f615a95280a860ae6f15254381bb3c7a920b6 /doc/meson.build
parent91945867cfee9e92df50149311d98eda41b16a60 (diff)
downloadsratom-ec134d2c5f2c44a602ede280f9ce7dffd64caf41.tar.gz
sratom-ec134d2c5f2c44a602ede280f9ce7dffd64caf41.tar.bz2
sratom-ec134d2c5f2c44a602ede280f9ce7dffd64caf41.zip
WIP
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 81457b9..e9f7749 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -10,7 +10,7 @@ if build_docs
subdir('c')
endif
-if meson.version().version_compare('>=0.53.0')
+if not meson.is_subproject() and meson.version().version_compare('>=0.53.0')
summary('Documentation', build_docs, bool_yn: true)
endif