All of lore.kernel.org
 help / color / mirror / Atom feed
* Build error on gstreamer1.0-plugins-imx with framebuffer
@ 2014-05-09 13:55 Chiyosuke Fujii
  2014-05-09 14:10 ` Carlos Rafael Giani
  2014-05-11 20:07 ` Otavio Salvador
  0 siblings, 2 replies; 4+ messages in thread
From: Chiyosuke Fujii @ 2014-05-09 13:55 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Hello,

I'm using wandboard-quad and 'master' branch, and I met two errors with
'bitbake core-image-base' + Qt5 + gstreamer1.0 + DISTRO_FEATURE_append=" fb"

The errors are when bitbake is compiling gstreamer1.0-plugins-bad, those
are caused
by line 43 of /usr/include/EGL/eglvivante.h

it has
#elif defined(LINUX) && defined(EGL_API_FB)
but "EGL_API_FB" is not defined anywhere.

I modified two Makefile by hand, gst-libs/gst/egl/Makefile and
ext/eglgles/Makefile
and built with success.
So I think these should have something like
EGL_CFLAGS=-DLINUX -DEGL_API_FB
only  when "fb" is specified but I don't know how and where to fix this.

Could someone help to fix this in Yocto manner?

Chris

[-- Attachment #2: Type: text/html, Size: 2750 bytes --]

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

end of thread, other threads:[~2014-05-11 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 13:55 Build error on gstreamer1.0-plugins-imx with framebuffer Chiyosuke Fujii
2014-05-09 14:10 ` Carlos Rafael Giani
2014-05-09 14:27   ` Chiyosuke Fujii
2014-05-11 20:07 ` Otavio Salvador

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.