diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 78cfc858..362de9f6 100644 --- a/meson.build +++ b/meson.build @@ -205,7 +205,9 @@ if get_option('enable-rootston') subdir('rootston') endif -subdir('examples') +if get_option('enable-examples') + subdir('examples') +endif pkgconfig = import('pkgconfig') pkgconfig.generate( |