projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
913f406
)
dbus: do not build XML DOCS
author
Florian Eckert
<
[email protected]
>
Fri, 10 Dec 2021 11:15:13 +0000
(12:15 +0100)
committer
Florian Eckert
<
[email protected]
>
Fri, 10 Dec 2021 14:01:11 +0000
(15:01 +0100)
Setting the variable DBUS_ENABLE_XML_DOCS to OFF will not build this
documentation.
Signed-off-by: Florian Eckert <
[email protected]
>
utils/dbus/Makefile
patch
|
blob
|
history
diff --git
a/utils/dbus/Makefile
b/utils/dbus/Makefile
index 2c6892d07309d4b8accddc896e13f5adcb6be293..8b084f96ce35e63d9da0ad99f57f0406c6519f35 100644
(file)
--- 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