diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 19d334e3..78cfc858 100644 --- a/meson.build +++ b/meson.build @@ -201,7 +201,10 @@ summary = [ message('\n'.join(summary)) -subdir('rootston') +if get_option('enable-rootston') + subdir('rootston') +endif + subdir('examples') pkgconfig = import('pkgconfig') |