diff mbox

qt: needs MMU (fork)

Message ID 482e4e3f114d4396aa21.1393171234@argentina
State Superseded
Headers show

Commit Message

Thomas De Schampheleire Feb. 23, 2014, 4 p.m. UTC
Fixes
http://autobuild.buildroot.net/results/4f7/4f744595efceba2d5a54151bf5f1802eb1268fac/

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/qt/Config.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Thomas De Schampheleire Feb. 23, 2014, 4:09 p.m. UTC | #1
On Sun, Feb 23, 2014 at 5:00 PM, Thomas De Schampheleire
<patrickdepinguin@gmail.com> wrote:
> Fixes
> http://autobuild.buildroot.net/results/4f7/4f744595efceba2d5a54151bf5f1802eb1268fac/
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> ---
>  package/qt/Config.in |  2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/package/qt/Config.in b/package/qt/Config.in
> --- a/package/qt/Config.in
> +++ b/package/qt/Config.in
> @@ -1,10 +1,12 @@
>  comment "qt needs a toolchain w/ C++, threads"
>         depends on !BR2_avr32
> +       depends on BR2_USE_MMU
>         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
>
>  menuconfig BR2_PACKAGE_QT
>         bool "Qt"
>         depends on !BR2_avr32 # lacks TLS
> +       depends on BR2_USE_MMU # fork
>         depends on BR2_INSTALL_LIBSTDCPP
>         depends on BR2_TOOLCHAIN_HAS_THREADS
>         help


Hold on, I haven't yet checked the reverse dependencies, and I assume
there are some. I will send an updated patch later...
diff mbox

Patch

diff --git a/package/qt/Config.in b/package/qt/Config.in
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -1,10 +1,12 @@ 
 comment "qt needs a toolchain w/ C++, threads"
 	depends on !BR2_avr32
+	depends on BR2_USE_MMU
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
 
 menuconfig BR2_PACKAGE_QT
 	bool "Qt"
 	depends on !BR2_avr32 # lacks TLS
+	depends on BR2_USE_MMU # fork
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help