summaryrefslogtreecommitdiffstats
path: root/package/glmark2/Config.in
blob: c8380b1d349cfd9960a917b7d7d63980805c4b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
config BR2_PACKAGE_GLMARK2_EGL_GLES
	bool
	default y
	depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
	depends on BR2_PACKAGE_MESA3D_OPENGL_ES

config BR2_PACKAGE_GLMARK2_GL
	bool
	default y
	depends on BR2_PACKAGE_HAS_LIBGL
	depends on BR2_PACKAGE_MESA3D_DRI_DRIVER

comment "glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d"
	depends on !BR2_PACKAGE_GLMARK2_GL && !BR2_PACKAGE_GLMARK2_EGL_GLES

config BR2_PACKAGE_GLMARK2
	bool "glmark2"
	depends on BR2_PACKAGE_GLMARK2_GL || BR2_PACKAGE_GLMARK2_EGL_GLES
	select BR2_PACKAGE_JPEG
	select BR2_PACKAGE_LIBPNG
	help
	  glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.

	  https://github.com/glmark2/glmark2
OpenPOWER on IntegriCloud