summaryrefslogtreecommitdiffstats
path: root/rules/python3-shiboken.in
diff options
context:
space:
mode:
authorRobin van der Gracht <robin@protonic.nl>2018-01-31 12:16:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-01 11:56:10 +0100
commiteb3135421484501f9a3a8603b8c659a4710f2bbb (patch)
tree49bfecaaa2e8d1ddd21e8f9e728261e4bfb8ba1a /rules/python3-shiboken.in
parentdfd19f2946abbb86df9230c6ee7d03491b8199a7 (diff)
downloadptxdist-eb3135421484501f9a3a8603b8c659a4710f2bbb.tar.gz
ptxdist-eb3135421484501f9a3a8603b8c659a4710f2bbb.tar.xz
python3-shiboken: new package
The patches directory patches/shiboken-1.2.2 is ready and compile-time tested with python2 and python3. Because we could not really test shiboken 1.2.2 (python2), we did not do a version bump for it. Signed-off-by: Robin van der Gracht <robin@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-shiboken.in')
-rw-r--r--rules/python3-shiboken.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/python3-shiboken.in b/rules/python3-shiboken.in
new file mode 100644
index 000000000..ccdcf17fc
--- /dev/null
+++ b/rules/python3-shiboken.in
@@ -0,0 +1,13 @@
+## SECTION=qt
+
+config PYTHON3_SHIBOKEN
+ tristate
+ prompt "python3-shiboken"
+ select HOST_CMAKE
+ select HOST_PYTHON3_SHIBOKEN
+ select LIBXML2
+ select LIBXSLT
+ select PYTHON3
+ select QT4
+ help
+ Shiboken generates bindings for C++ libraries using CPython source code.