All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] enable eglfs
@ 2014-02-15  6:49 Marco Trapanese
  2014-02-15  7:15 ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Trapanese @ 2014-02-15  6:49 UTC (permalink / raw)
  To: buildroot

Hello,
I'm trying to add the Qt5/webkit support to the raspberryrpi_defconfig.
In the ncurses configuration window I see this message:

"eglfs backend available if OpenGLES and EGL are enabled"

I searched for OpenGLES symbol (F8) but it found nothing. I don't 
understand how to enable the OpenGLES and EGL in order to allow the 
eglfs backend.

Thanks
Marco

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] enable eglfs
  2014-02-15  6:49 [Buildroot] enable eglfs Marco Trapanese
@ 2014-02-15  7:15 ` Thomas De Schampheleire
  2014-02-15  9:19   ` Peter Kuemmel
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2014-02-15  7:15 UTC (permalink / raw)
  To: buildroot

Hi Marco,

On Sat, Feb 15, 2014 at 7:49 AM, Marco Trapanese
<marcotrapanese@gmail.com> wrote:
> Hello,
> I'm trying to add the Qt5/webkit support to the raspberryrpi_defconfig.
> In the ncurses configuration window I see this message:
>
> "eglfs backend available if OpenGLES and EGL are enabled"
>
> I searched for OpenGLES symbol (F8) but it found nothing. I don't understand
> how to enable the OpenGLES and EGL in order to allow the eglfs backend.

You need to enable a provider of opengl. In your case, you need
rpi-userland, but in general these are the current choices:

grep -rn 'select BR2_PACKAGE_HAS_OPENGL_' package/
package/freescale-imx/gpu-viv-bin-mx6q/Config.in:7:     select
BR2_PACKAGE_HAS_OPENGL_EGL
package/freescale-imx/gpu-viv-bin-mx6q/Config.in:8:     select
BR2_PACKAGE_HAS_OPENGL_ES
package/ti-gfx/Config.in:3:     select BR2_PACKAGE_HAS_OPENGL_EGL
package/ti-gfx/Config.in:4:     select BR2_PACKAGE_HAS_OPENGL_ES
package/rpi-userland/Config.in:7:       select BR2_PACKAGE_HAS_OPENGL_EGL
package/rpi-userland/Config.in:8:       select BR2_PACKAGE_HAS_OPENGL_ES
package/sunxi-mali/Config.in:3: select BR2_PACKAGE_HAS_OPENGL_EGL
package/sunxi-mali/Config.in:4: select BR2_PACKAGE_HAS_OPENGL_ES

To know which symbol to grep for, I looked at the help of the comment
you mentioned, to see what it depended on.

Best regards,
Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] enable eglfs
  2014-02-15  7:15 ` Thomas De Schampheleire
@ 2014-02-15  9:19   ` Peter Kuemmel
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Kuemmel @ 2014-02-15  9:19 UTC (permalink / raw)
  To: buildroot

 
> You need to enable a provider of opengl. In your case, you need
> rpi-userland, but in general these are the current choices:

In the menu -> Target packages -> Hardware handling -> rpi-userland

> 
> grep -rn 'select BR2_PACKAGE_HAS_OPENGL_' package/
> package/freescale-imx/gpu-viv-bin-mx6q/Config.in:7:     select
> BR2_PACKAGE_HAS_OPENGL_EGL
> package/freescale-imx/gpu-viv-bin-mx6q/Config.in:8:     select
> BR2_PACKAGE_HAS_OPENGL_ES
> package/ti-gfx/Config.in:3:     select BR2_PACKAGE_HAS_OPENGL_EGL
> package/ti-gfx/Config.in:4:     select BR2_PACKAGE_HAS_OPENGL_ES
> package/rpi-userland/Config.in:7:       select BR2_PACKAGE_HAS_OPENGL_EGL
> package/rpi-userland/Config.in:8:       select BR2_PACKAGE_HAS_OPENGL_ES
> package/sunxi-mali/Config.in:3: select BR2_PACKAGE_HAS_OPENGL_EGL
> package/sunxi-mali/Config.in:4: select BR2_PACKAGE_HAS_OPENGL_ES
> 
> To know which symbol to grep for, I looked at the help of the comment
> you mentioned, to see what it depended on.
> 
> Best regards,
> Thomas
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-15  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-15  6:49 [Buildroot] enable eglfs Marco Trapanese
2014-02-15  7:15 ` Thomas De Schampheleire
2014-02-15  9:19   ` Peter Kuemmel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.