summaryrefslogtreecommitdiffstats
path: root/package/libgtk3/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libgtk3/Config.in')
-rw-r--r--package/libgtk3/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in
index 02c7aaf0c7..ac56b85a69 100644
--- a/package/libgtk3/Config.in
+++ b/package/libgtk3/Config.in
@@ -15,7 +15,7 @@ config BR2_PACKAGE_LIBGTK3
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
depends on BR2_INSTALL_LIBSTDCPP # pango
- depends on BR2_ARCH_HAS_ATOMICS # cairo
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
help
The GTK+ version 3 graphical user interface library
@@ -84,6 +84,6 @@ endif
comment "libgtk3 needs a toolchain w/ wchar, threads, C++"
depends on BR2_USE_MMU
- depends on BR2_ARCH_HAS_ATOMICS
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
!BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud