package/piglit: set python executable
Without this change, piglit will detect and use python from host resulting in build failures if python-mako, python-numpy or python-six are not installed Fixes: - http://autobuild.buildroot.org/results/8d782589b6073031626fd769982a0844f3731906 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1a94bd8e6f
commit
ad3570e457
@ -29,7 +29,8 @@ PIGLIT_DEPENDENCIES = host-pkgconf \
|
|||||||
PIGLIT_CONF_OPTS += \
|
PIGLIT_CONF_OPTS += \
|
||||||
-DPIGLIT_USE_WAFFLE=ON \
|
-DPIGLIT_USE_WAFFLE=ON \
|
||||||
-DPIGLIT_BUILD_CL_TESTS=OFF \
|
-DPIGLIT_BUILD_CL_TESTS=OFF \
|
||||||
-DPIGLIT_BUILD_WGL_TESTS=OFF
|
-DPIGLIT_BUILD_WGL_TESTS=OFF \
|
||||||
|
-DPYTHON_EXECUTABLE=$(HOST_DIR)/bin/python3
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||||
# libxcb for xcb-dri2
|
# libxcb for xcb-dri2
|
||||||
|
Loading…
Reference in New Issue
Block a user