* [Buildroot] [PATCH] glmark2: narrow down libgl requirements
@ 2016-04-15 11:30 Gustavo Zacarias
2016-05-14 13:22 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-04-15 11:30 UTC (permalink / raw)
To: buildroot
Mesa3d DRI drivers can be enabled without support for libgl (for
example without x11). So make glmark2 gl (x11) support depend on
BR2_PACKAGE_HAS_LIBGL being present as well.
It doesn't exactly mean mesa3d providing libgl, but since we can't have
more than one libgl provider at the same time it's equivalent.
This is fallout from f1894ec95728806e09405d26663e0ea371afaeab which
enabled DRI drivers for non-xorg builds. Fixes:
http://autobuild.buildroot.net/results/174/1743ee5a340e5f4b1f8519e0b11eb196caa4f30e/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/glmark2/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/glmark2/Config.in b/package/glmark2/Config.in
index 052e820..433da0a 100644
--- a/package/glmark2/Config.in
+++ b/package/glmark2/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_GLMARK2_EGL_GLES
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"
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] glmark2: narrow down libgl requirements
2016-04-15 11:30 [Buildroot] [PATCH] glmark2: narrow down libgl requirements Gustavo Zacarias
@ 2016-05-14 13:22 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-14 13:22 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 15 Apr 2016 08:30:46 -0300, Gustavo Zacarias wrote:
> Mesa3d DRI drivers can be enabled without support for libgl (for
> example without x11). So make glmark2 gl (x11) support depend on
> BR2_PACKAGE_HAS_LIBGL being present as well.
> It doesn't exactly mean mesa3d providing libgl, but since we can't have
> more than one libgl provider at the same time it's equivalent.
> This is fallout from f1894ec95728806e09405d26663e0ea371afaeab which
> enabled DRI drivers for non-xorg builds. Fixes:
> http://autobuild.buildroot.net/results/174/1743ee5a340e5f4b1f8519e0b11eb196caa4f30e/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/glmark2/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-14 13:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-15 11:30 [Buildroot] [PATCH] glmark2: narrow down libgl requirements Gustavo Zacarias
2016-05-14 13:22 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox