|
@@ -16,6 +16,9 @@ config BR2_PACKAGE_PULSEVIEW
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
|
|
|
+ # libsigrok
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 && \
|
|
|
+ !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
|
help
|
|
|
PulseView is a Qt based logic analyzer, oscilloscope
|
|
|
and MSO GUI for sigrok.
|
|
@@ -27,3 +30,5 @@ comment "pulseview needs a toolchain w/ wchar, threads, C++"
|
|
|
depends on BR2_PACKAGE_QT5
|
|
|
depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103 && \
|
|
|
+ !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|