From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] qt5quick1: Disable on non-supported platforms
Date: Thu, 28 Nov 2013 15:57:17 +0000 [thread overview]
Message-ID: <1385654237-36389-4-git-send-email-Vincent.Riera@imgtec.com> (raw)
In-Reply-To: <1385654237-36389-1-git-send-email-Vincent.Riera@imgtec.com>
This package selects BR2_PACKAGE_QT5SCRIPT which is not supported on
certain platforms. To prevent this behaviour we use the same solution as
we applied for BR2_PACKAGE_QT5SCRIPT
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/qt5/qt5quick1/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in
index 9cb97a6..735f552 100644
--- a/package/qt5/qt5quick1/Config.in
+++ b/package/qt5/qt5quick1/Config.in
@@ -12,6 +12,7 @@ config BR2_PACKAGE_QT5QUICK1
depends on BR2_PACKAGE_HAS_OPENGL_EGL
depends on BR2_PACKAGE_HAS_OPENGL_ES
depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
+ depends on BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
help
Qt is a cross-platform application and UI framework for
developers using C++.
--
1.7.1
next prev parent reply other threads:[~2013-11-28 15:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-28 15:57 [Buildroot] [PATCH v3 1/2] qt: Disable QtScript on non-supported platforms Vicente Olivert Riera
2013-11-28 15:57 ` [Buildroot] [PATCH v3 2/2] grantlee: Disable " Vicente Olivert Riera
2013-11-28 21:48 ` Peter Korsgaard
2013-11-28 15:57 ` [Buildroot] [PATCH 1/2] qt5script: " Vicente Olivert Riera
2013-11-28 16:29 ` Thomas Petazzoni
2013-12-26 22:22 ` Thomas Petazzoni
2013-11-28 15:57 ` Vicente Olivert Riera [this message]
2013-11-28 21:47 ` [Buildroot] [PATCH v3 1/2] qt: Disable QtScript " Peter Korsgaard
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=1385654237-36389-4-git-send-email-Vincent.Riera@imgtec.com \
--to=vincent.riera@imgtec.com \
--cc=buildroot@busybox.net \
/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.