summaryrefslogtreecommitdiffstats
path: root/package/gtkmm3
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-28 22:23:34 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-28 22:32:10 +0100
commita0c0ed2cf9761f7f14f50746520f621331863057 (patch)
tree476c7143d41c761862d87f3a712db6c8725ad62d /package/gtkmm3
parent09649f2a305e0b9d52555c35c24178255aa298df (diff)
downloadbuildroot-a0c0ed2cf9761f7f14f50746520f621331863057.tar.gz
buildroot-a0c0ed2cf9761f7f14f50746520f621331863057.zip
package/gtkmm3: disable for NiosII
Like for Qt GUI module, disable for niosII to avoid a toolchain issue [1][2]. [1] http://lists.busybox.net/pipermail/buildroot/2015-December/148428.html [2] https://sourceware.org/bugzilla/show_bug.cgi?id=19405 Avoid: http://autobuild.buildroot.net/results/3e2/3e2ad2de03b5e9f181332d06dcf860e51fcd47f8/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gtkmm3')
-rw-r--r--package/gtkmm3/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/gtkmm3/Config.in b/package/gtkmm3/Config.in
index f617d83879..80dbbde24a 100644
--- a/package/gtkmm3/Config.in
+++ b/package/gtkmm3/Config.in
@@ -1,5 +1,10 @@
config BR2_PACKAGE_GTKMM3
bool "gtkmm3"
+ # Broken on existing external/internal nios2 toolchains,
+ # revisit when they are upgraded with at least Binutils >= 2.26
+ # and GCC >= 5.3.
+ # https://sourceware.org/bugzilla/show_bug.cgi?id=19405
+ depends on !BR2_nios2
depends on BR2_ARCH_HAS_ATOMICS # libcairomm/libgtk3/libpangomm -> cairo
depends on BR2_INSTALL_LIBSTDCPP # glibmm, libpangomm -> glibmm/pango
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
OpenPOWER on IntegriCloud