From 913f406fa0fec46d930e7246ec939908e22e4ec9 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 Dec 2021 12:13:35 +0100 Subject: [PATCH] dbus: fix cmake variable nameing for QTHELP The cmake variable ENABLE_QT_HELP does no exist. Use instead the variable DBUS_ENABLE_QTHELP_DOCS. Signed-off-by: Florian Eckert --- utils/dbus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index da8a7bef3..2c6892d07 100644 --- a/utils/dbus/Makefile +++ b/utils/dbus/Makefile @@ -88,7 +88,7 @@ CMAKE_OPTIONS += \ -DDBUS_DISABLE_CHECKS=ON \ -DDBUS_BUILD_X11=OFF \ -DDBUS_ENABLE_DOXYGEN_DOCS=OFF \ - -DENABLE_QT_HELP=OFF + -DDBUS_ENABLE_QTHELP_DOCS=OFF define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include