]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: Require yelp-build for ducktype docs, not Doxygen docs
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 11:19:58 +0000 (12:19 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
meson.build

index e10a444815705ddefcd52adcdaa5dfe58b942fda..96476adde76945d6c2e35004e3539879be1d4d68 100644 (file)
@@ -257,7 +257,7 @@ endif
 # For doxygen
 doxygen = find_program('doxygen', required: get_option('doxygen_docs'))
 ducktype = find_program('ducktype', required: get_option('ducktype_docs'))
-yelpbuild = find_program('yelp-build', required: get_option('doxygen_docs'))
+yelpbuild = find_program('yelp-build', required: get_option('ducktype_docs'))
 
 can_upload_docs = doxygen.found() and xsltproc.found() and ducktype.found()