summaryrefslogtreecommitdiffstats
path: root/package/gqrx/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/gqrx/Config.in')
-rw-r--r--package/gqrx/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gqrx/Config.in b/package/gqrx/Config.in
index a46409e333..b0d7e7b9f3 100644
--- a/package/gqrx/Config.in
+++ b/package/gqrx/Config.in
@@ -1,6 +1,7 @@
comment "gqrx needs a toolchain w/ C++, threads, wchar, dynamic library"
depends on BR2_USE_MMU # gnuradio
depends on !BR2_PACKAGE_PYTHON3 # gnuradio
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_USE_WCHAR || !BR2_STATIC_LIBS
@@ -14,6 +15,7 @@ config BR2_PACKAGE_GQRX
depends on BR2_INSTALL_LIBSTDCPP # boost
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
depends on BR2_USE_WCHAR # boost
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
depends on BR2_PACKAGE_QT5
depends on !BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_BOOST
OpenPOWER on IntegriCloud