summaryrefslogtreecommitdiffstats
path: root/rules/piglit.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-02 10:48:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-05 11:37:48 +0200
commit0d533b46cfb823d11c4dd2703b625ae4c2f9ee0e (patch)
treecc6362af6c97cdf477cedbe1b9856c5c28a51f38 /rules/piglit.in
parent64b34ea7e81b07569bb29aad6a7196de44fab107 (diff)
downloadptxdist-0d533b46cfb823d11c4dd2703b625ae4c2f9ee0e.tar.gz
ptxdist-0d533b46cfb823d11c4dd2703b625ae4c2f9ee0e.tar.xz
piglit: build with python3
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/piglit.in')
-rw-r--r--rules/piglit.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/piglit.in b/rules/piglit.in
index d554360e0..c27547f20 100644
--- a/rules/piglit.in
+++ b/rules/piglit.in
@@ -4,9 +4,10 @@ menuconfig PIGLIT
tristate
prompt "piglit "
select HOST_CMAKE
- select HOST_SYSTEM_PYTHON
- select HOST_SYSTEM_PYTHON_SIX
- select HOST_SYSTEM_PYTHON_NUMPY
+ select HOST_SYSTEM_PYTHON3
+ select HOST_SYSTEM_PYTHON3_MAKO
+ select HOST_SYSTEM_PYTHON3_NUMPY
+ select HOST_SYSTEM_PYTHON3_SIX
select LIBPNG
select PYTHON3
select PYTHON3_BZ2