From: Simon McVittie Date: Fri, 24 Jun 2022 11:19:58 +0000 (+0100) Subject: build: Require yelp-build for ducktype docs, not Doxygen docs X-Git-Tag: dbus-1.15.0~32^2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6706a530bb71153c05082ee987b7337854c4a7;p=thirdparty%2Fdbus.git build: Require yelp-build for ducktype docs, not Doxygen docs Signed-off-by: Simon McVittie --- diff --git a/meson.build b/meson.build index e10a44481..96476adde 100644 --- a/meson.build +++ b/meson.build @@ -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()