Browse Source

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 <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 3 years ago
parent
commit
6aa99f28e5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/dbus/Makefile

+ 2
- 1
utils/dbus/Makefile View File

@ -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


Loading…
Cancel
Save