All of lore.kernel.org
 help / color / mirror / Atom feed
* disabling configure features in qt5
@ 2015-09-28 18:45 Ivan Sergio Borgonovo
  2015-09-29  7:18 ` Anders Darander
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Sergio Borgonovo @ 2015-09-28 18:45 UTC (permalink / raw)
  To: poky

Hi,

I'm trying to compile qt5 for an imx28 board without X, wayland, opengl, 
opengles, egl.

Now I'm stuck on trying to really disable opengl since no matter if I have

DISTRO_FEATURES_remove = "x11 wayland opengl pulseaudio opengles egl"

when I'm baking meta-toolchain-qt5

packagegroup-qt5-toolchain-target.bb

requires qt3d-dev, qt3d-mkspecs, qt3d-qmlplugins that end up in 
generating this error.

| Project ERROR: Unknown module(s) in QT: openglextensions
| Makefile:76: recipe for target 'sub-render-make_first' failed
| make[1]: *** [sub-render-make_first] Error 3

Ideally I'd prefer to keep qt3d enabled and just pass to configure 
-no-opengl and a bunch of other options (-tslib, -no-pch, -no-xcb, 
-no-opengl -no-openssl -no-libudev -no-fontconfig) but I really don't 
know where to start.

Even a pointer to a related section of the FM will be appreciated.

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



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

end of thread, other threads:[~2015-09-29  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 18:45 disabling configure features in qt5 Ivan Sergio Borgonovo
2015-09-29  7:18 ` Anders Darander

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.