summaryrefslogtreecommitdiffstats
path: root/rules/piglit.in
Commit message (Collapse)AuthorAgeFilesLines
* piglit: version bump b29747a00c6a -> 1f66016c1bb4Lucas Stach2019-07-011-1/+0
| | | | | | | | - version bump - gles3 tests seem to build fine, so no need to disable them anymore Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3: version bump 3.5.4 -> 3.7.0Michael Olbrich2018-10-171-1/+0
| | | | | | | | | | | | | | | | | zlib support can no longer be disabled. 'crc32' from zlib is used in other modules if found. So not installing the zlib module is no longer sufficient to ensure that zlib is not used. zlib is small enough so just depend on it unconditionally. Also, setup the environment to make the build reproducible. Depend on host-python3-setuptools. This is needed by most packages anyways, so we can drop a lot of extra dependencies. Also, we need to import some of it once: It generates some pickle files and that's racy during parallel building. These files should be generated at build time, but that happens in pkgdir and for cross we use the source tree in build-target. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* piglit: build with python3Michael Olbrich2018-06-051-3/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* piglit: PIGLIT_WAYLAND also enable for WAFFLE_WAYLANDMichael Olbrich2018-04-161-1/+1
| | | | | | | | piglit fails to build if it has a indirect dependency on wayland but PIGLIT_WAYLAND is disabled. In this case xkbcommon is not found correctly and linking fails with undefined symbols. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fix kconfig menu structure / indentionMichael Olbrich2017-07-011-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* piglit: new packageLucas Stach2017-06-241-0/+54
Piglit is the opensource OpenGL/OpenCL test suite. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>