summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 19:13:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-24 19:15:03 +0200
commitf2584e0a9df1af98c5d62fd7008273d2a34c19bf (patch)
treec932cb0d79d8b970857763965b5fc55a0ee16c5e
parent8fed4c89347348a3685bd9ae41103224fdc5facf (diff)
downloadptxdist-f2584e0a9df1af98c5d62fd7008273d2a34c19bf.tar.gz
ptxdist-f2584e0a9df1af98c5d62fd7008273d2a34c19bf.tar.xz
pyside: make sure cmake picks the right python
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pyside.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/pyside.make b/rules/pyside.make
index 9f57370a1..088627749 100644
--- a/rules/pyside.make
+++ b/rules/pyside.make
@@ -35,7 +35,8 @@ PYSIDE_LICENSE := unknown
PYSIDE_CONF_TOOL := cmake
PYSIDE_CONF_OPT = \
$(CROSS_CMAKE_USR) \
- -DQT_SRC_DIR:STRING='$(QT4_DIR)'
+ -DQT_SRC_DIR:STRING='$(QT4_DIR)' \
+ -DPython_ADDITIONAL_VERSIONS=$(PYTHON_MAJORMINOR)
# ----------------------------------------------------------------------------
# Target-Install