package/piglit: new package
authorRomain Naour <romain.naour@gmail.com>
Thu, 1 Aug 2019 09:21:19 +0000 (11:21 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 1 Aug 2019 19:01:17 +0000 (21:01 +0200)
commita2e71ff5815b3567fbb629278deb70300ca0af3a
tree0a149e6651d8ec688725b4d219835298740a1e1e
parent450863097f588fe85d23e83cff14a75f1740d8fa
package/piglit: new package

Piglit is an open-source test suite for OpenGL implementations.
It's an python3 script based around several tools like glxinfo,
wflinfo, dmesg.

Even though waffle support can be replaced by freeglut,
using pliglit with waffle is recommended since freeglut
will be replaced by waffle.

Add host-python-{mako,numpy,six} dependency since the build system
is checking with the host-python interpreter.

There is no comment about waffle dependency due to too complex
dependencies of waffle.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
[Reworked during the Buildroot summer camp 2019]
Signed-off-by: Romain Naour <romain.naour@smile.fr>
[Arnout: small corrections to license info. It's messy.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/piglit/Config.in [new file with mode: 0644]
package/piglit/piglit.hash [new file with mode: 0644]
package/piglit/piglit.mk [new file with mode: 0644]