summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 18:43:00 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 18:48:11 +0200
commit3223062eac8b7cba1c816078c174fc2bc77d2bb7 (patch)
tree6c6c65b2a00fbb55475637ab628141dd15561622
parent95eab960fce69f29da5521297b3b9840096c055a (diff)
downloadptxdist-3223062eac8b7cba1c816078c174fc2bc77d2bb7.tar.gz
ptxdist-3223062eac8b7cba1c816078c174fc2bc77d2bb7.tar.xz
python3-shiboken: add missing dependency
Without this, building fails with: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QTXML_INCLUDE_DIR (ADVANCED) Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-shiboken.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/python3-shiboken.in b/rules/python3-shiboken.in
index 6076c1d52..6365a7ccb 100644
--- a/rules/python3-shiboken.in
+++ b/rules/python3-shiboken.in
@@ -9,6 +9,7 @@ config PYTHON3_SHIBOKEN
select LIBXSLT
select PYTHON3
select QT4
+ select QT4_BUILD_XML
depends on !SHIBOKEN || ALLYES
help
Shiboken generates bindings for C++ libraries using CPython source code.