From: Florian Eckert Date: Fri, 10 Dec 2021 11:13:35 +0000 (+0100) Subject: dbus: fix cmake variable nameing for QTHELP X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=913f406fa0fec46d930e7246ec939908e22e4ec9;p=feed%2Fpackages.git 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 --- diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index da8a7bef30..2c6892d073 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