mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/libiio: libiio network backend needs threads
When libiio network backend is enabled, NEED_THREADS is set in the build system and require a toolchain with treads support. Fixes: http://autobuild.buildroot.net/results/cfc/cfc70094d8f4008f4e660250b1b90a35a2ab384d Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7c8c6e1b87
commit
f7b3b97d50
@ -17,11 +17,15 @@ config BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
|
||||||
bool "Network backend"
|
bool "Network backend"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable the network backend of the library.
|
Enable the network backend of the library.
|
||||||
|
|
||||||
|
comment "IIO Network backend needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBIIO_IIOD
|
config BR2_PACKAGE_LIBIIO_IIOD
|
||||||
bool "IIO Daemon"
|
bool "IIO Daemon"
|
||||||
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user