summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-08-27 15:31:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-08-27 15:49:29 +0200
commit4f8613dc1f13e1241877caee4740ff44ca3c818c (patch)
tree42411f079acba34ab13187218a077e49016bf256
parentedf766e10640997dcba60066ff63875f7f5e9e47 (diff)
downloadptxdist-4f8613dc1f13e1241877caee4740ff44ca3c818c.tar.gz
ptxdist-4f8613dc1f13e1241877caee4740ff44ca3c818c.tar.xz
host-shiboken: explicitly set -DDISABLE_DOCSTRINGS:BOOL=ON
this way we don't need libxslt/libxml and don't get strange build errors because of broken cmake checks. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-shiboken.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-shiboken.make b/rules/host-shiboken.make
index 140828c3c..0757e090f 100644
--- a/rules/host-shiboken.make
+++ b/rules/host-shiboken.make
@@ -28,6 +28,7 @@ HOST_SHIBOKEN_CONF_TOOL := cmake
HOST_SHIBOKEN_CONF_OPT = \
$(HOST_CMAKE_OPT) \
-DBUILD_TESTS:BOOL=OFF \
+ -DDISABLE_DOCSTRINGS:BOOL=ON \
-DPython_PREFERRED_VERSION=python$(PYTHON_MAJORMINOR)