From 6aa99f28e56703fbc6b76eaf8099acfff5bfaa2d Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 Dec 2021 12:15:13 +0100 Subject: [PATCH] dbus: do not build XML DOCS Setting the variable DBUS_ENABLE_XML_DOCS to OFF will not build this documentation. Signed-off-by: Florian Eckert --- utils/dbus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 2c6892d07..8b084f96c 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -88,7 +88,8 @@ CMAKE_OPTIONS += \ -DDBUS_DISABLE_CHECKS=ON \ -DDBUS_BUILD_X11=OFF \ -DDBUS_ENABLE_DOXYGEN_DOCS=OFF \ - -DDBUS_ENABLE_QTHELP_DOCS=OFF + -DDBUS_ENABLE_QTHELP_DOCS=OFF \ + -DDBUS_ENABLE_XML_DOCS=OFF define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include