summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-11-29 18:09:55 +0100
committerBastien Nocera <hadess@hadess.net>2017-12-05 06:46:55 +0100
commit4ea4a3f9989a57fca57958c85cba1fca60216767 (patch)
treef3f6b2241c1ac9a4143de6607afa86c3eded76e2 /docs
parent328b53f0b67293c5b310d4e1ce9894a83644416f (diff)
downloadgdk-pixbuf-4ea4a3f9989a57fca57958c85cba1fca60216767.tar.gz
build: Remove "with" from Meson build options
As per https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://bugzilla.gnome.org/show_bug.cgi?id=790995
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk-pixbuf/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/reference/gdk-pixbuf/meson.build
index fcfcb0d8a..88e737d7c 100644
--- a/docs/reference/gdk-pixbuf/meson.build
+++ b/docs/reference/gdk-pixbuf/meson.build
@@ -20,7 +20,7 @@ private_headers = [
'test-images.h',
]
-if get_option('with_docs')
+if get_option('docs')
# This should not be needed, but gnome.gtkdoc() does not copy the
# .types file into the builddir, if one is found
configure_file(input: 'gdk-pixbuf.types',
@@ -59,7 +59,7 @@ if get_option('with_docs')
endif
xsltproc = find_program('xsltproc', required: false)
-if get_option('with_man') and xsltproc.found()
+if get_option('man') and xsltproc.found()
xlstproc_flags = [
'--nonet',
'--stringparam', 'man.output.quietly', '1',