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 <fe@dev.tdt.de>
This commit is contained in:
parent
c5431a7a98
commit
913f406fa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue