* [Buildroot] [PATCH] qt5: disable on avr32
@ 2013-12-27 14:53 Fatih Aşıcı
2013-12-27 18:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fatih Aşıcı @ 2013-12-27 14:53 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
---
package/qt5/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index bf10075..0f89019 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -1,9 +1,11 @@
comment "Qt5 needs a toolchain w/ wchar, IPv6, threads, C++"
depends on !BR2_PACKAGE_QT
+ depends on !BR2_avr32
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
menuconfig BR2_PACKAGE_QT5
bool "Qt5"
+ depends on !BR2_avr32
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
depends on BR2_INET_IPV6
--
1.8.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] qt5: disable on avr32
2013-12-27 14:53 [Buildroot] [PATCH] qt5: disable on avr32 Fatih Aşıcı
@ 2013-12-27 18:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-12-27 18:55 UTC (permalink / raw)
To: buildroot
Dear Fatih A??c?,
On Fri, 27 Dec 2013 16:53:10 +0200, Fatih A??c? wrote:
> Signed-off-by: Fatih A??c? <fatih.asici@gmail.com>
> ---
> package/qt5/Config.in | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-27 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27 14:53 [Buildroot] [PATCH] qt5: disable on avr32 Fatih Aşıcı
2013-12-27 18:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox