From: Yannick Calmettes <yannick.calmettes@analogway.com>
To: meta-freescale@yoctoproject.org
Subject: imx-3.10.31-1.1.0_beta : QT opengl dependency
Date: Tue, 07 Oct 2014 12:55:50 +0200 [thread overview]
Message-ID: <5433C6B6.7000700@analogway.com> (raw)
Dear all,
I want to remove opengl support to my machine so I had
DISTRO_FEATURES_remove = "opengl " to my local.conf (i'm using poky
distro).
But by doing this all QT packages raise me an error because they do not
find provider for opengl package.
It seems that the problem comes from
"meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend" that add
support for opengl without test DISTRO_FEATURES :
PACKAGECONFIG_GL_mx6 = "gles2"
PACKAGECONFIG_append_mx6 = " tslib icu examples"
QT_CONFIG_FLAGS_append_mx6 = "${@base_contains('DISTRO_FEATURES', 'x11',
' -no-eglfs', ' -eglfs', d)}"
What is the best (and clean) way to correct this ?
Regards,
Yannick
next reply other threads:[~2014-10-07 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-07 10:55 Yannick Calmettes [this message]
2014-10-09 21:37 ` imx-3.10.31-1.1.0_beta : QT opengl dependency Otavio Salvador
2014-10-10 7:33 ` Yannick Calmettes
2014-10-10 12:15 ` Otavio Salvador
2014-10-16 14:37 ` Diego Sueiro
2014-10-16 14:42 ` Yannick Calmettes
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=5433C6B6.7000700@analogway.com \
--to=yannick.calmettes@analogway.com \
--cc=meta-freescale@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.