All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ivan Sergio Borgonovo <mail@webthatworks.it>
To: poky@yoctoproject.org
Subject: disabling configure features in qt5
Date: Mon, 28 Sep 2015 20:45:15 +0200	[thread overview]
Message-ID: <56098ABB.4060104@webthatworks.it> (raw)

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



             reply	other threads:[~2015-09-28 18:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 18:45 Ivan Sergio Borgonovo [this message]
2015-09-29  7:18 ` disabling configure features in qt5 Anders Darander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56098ABB.4060104@webthatworks.it \
    --to=mail@webthatworks.it \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.