From b788f975b3ca7f092cb906c66722326fac43c281 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 7 Jan 2019 18:48:37 +0100 Subject: meson: use underscore as a separator in build options This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests. --- docs/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/meson.build b/docs/meson.build index cebaad8d..6c335874 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -1,6 +1,6 @@ install_man('g-ir-compiler.1', 'g-ir-generate.1', 'g-ir-scanner.1') install_data('gir-1.2.rnc', install_dir: join_paths(get_option('datadir'), 'gir-1.0')) -if get_option('gtk-doc') +if get_option('gtk_doc') subdir('reference') endif -- cgit v1.2.1