All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] qt5quick1: needs widgets support in qt5base
@ 2013-06-28  9:13 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2013-06-28  9:13 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=f1bbd809f64869c43c37873abfd8f5ec3b71b443
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Which in turn needs gui support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/qt5/qt5quick1/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in
index 65b1f62..dc3f621 100644
--- a/package/qt5/qt5quick1/Config.in
+++ b/package/qt5/qt5quick1/Config.in
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_QT5QUICK1
 	bool "qt5quick1"
 	select BR2_PACKAGE_QT5BASE
+	select BR2_PACKAGE_QT5BASE_GUI
+	select BR2_PACKAGE_QT5BASE_WIDGETS
 	select BR2_PACKAGE_QT5SCRIPT
 	select BR2_PACKAGE_QT5XMLPATTERNS
 	select BR2_PACKAGE_QT5DECLARATIVE

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-28  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28  9:13 [Buildroot] [git commit] qt5quick1: needs widgets support in qt5base Peter Korsgaard

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.