|
@@ -15,6 +15,7 @@ config BR2_PACKAGE_PULSEVIEW
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
+ depends on BROKEN # libsigrokcxx
|
|
|
help
|
|
|
PulseView is a Qt based logic analyzer, oscilloscope
|
|
|
and MSO GUI for sigrok.
|
|
@@ -25,3 +26,4 @@ comment "pulseview needs a toolchain w/ wchar, threads, C++"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_PACKAGE_QT5
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
|
|
+ depends on BROKEN # libsigrokcxx
|