diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-01 14:04:23 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-01 16:49:04 +0000 |
commit | 71461689b0e34d873018d46bff555475019fbf4a (patch) | |
tree | 1b401d51a28c7b33689bd54406af35cb665e5ecd /meson.build | |
parent | d15702c43770f8ce99145e02a85a54b213885986 (diff) | |
download | pango-71461689b0e34d873018d46bff555475019fbf4a.tar.gz |
meson: Use 'standard' option names
Use 'gtk_doc' for documentation and 'introspection'
for, well, introspection. This matches what the rest
of the stack does.
Fixes https://gitlab.gnome.org/GNOME/pango/issues/364
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 37fe7131..73b5da2b 100644 --- a/meson.build +++ b/meson.build @@ -515,6 +515,6 @@ subdir('examples') subdir('tests') subdir('tools') -if get_option('enable_docs') +if get_option('gtk_doc') subdir('docs') endif |