summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-10 13:23:56 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-17 10:54:10 +1000
commitee3330491d368096a36043661466e6a911af3576 (patch)
tree4c8cbd820564a3dca5b490a66346dd9a677f547d
parentd199c6d8c1df9d5b39681f36ceac4445df9b3ce8 (diff)
downloadlibinput-ee3330491d368096a36043661466e6a911af3576.tar.gz
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 <peter.hutterer@who-t.net>
-rw-r--r--doc/api/libinput.doxygen.in1
1 files changed, 1 insertions, 0 deletions
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"