|
@@ -2,9 +2,9 @@ config BR2_PACKAGE_USBGUARD
|
|
|
bool "usbguard"
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # protobuf
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libqb, protobuf
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # protobuf
|
|
|
- depends on !BR2_STATIC_LIBS # protobuf
|
|
|
+ depends on !BR2_STATIC_LIBS # libqb, protobuf
|
|
|
select BR2_PACKAGE_PROTOBUF
|
|
|
select BR2_PACKAGE_LIBQB
|
|
|
help
|