From: Peter Hutterer Date: Tue, 10 Jan 2023 03:23:56 +0000 (+1000) Subject: doc/api: set HAVE_DOT to YES X-Git-Tag: 1.23.0~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee3330491d368096a36043661466e6a911af3576;p=platform%2Fupstream%2Flibinput.git doc/api: set HAVE_DOT to YES dot is required in meson.build, so we can hardcoded it here Fixes: libinput/build/doc/api/libinput.h:4087: warning: ignoring \dot command because HAVE_DOT is not set Signed-off-by: Peter Hutterer --- diff --git a/doc/api/libinput.doxygen.in b/doc/api/libinput.doxygen.in index 9f6cfa25..53370cc7 100644 --- a/doc/api/libinput.doxygen.in +++ b/doc/api/libinput.doxygen.in @@ -25,6 +25,7 @@ PREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \ DOTFILE_DIRS = "@builddir@" EXAMPLE_PATH = "@builddir@" SHOW_NAMESPACES = NO +HAVE_DOT = YES HTML_HEADER = "@builddir@/header.html" HTML_FOOTER = "@builddir@/footer.html"