mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/apcupsd: always depend on threads
Fixes: http://autobuild.buildroot.net/results/aa2ad7bdb37da611a4ec863ed2e986f34ea5228b/build-end.log Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2af0837366
commit
30365ace8a
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_APCUPSD
|
config BR2_PACKAGE_APCUPSD
|
||||||
bool "apcupsd"
|
bool "apcupsd"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
A daemon for controlling APC UPSes.
|
A daemon for controlling APC UPSes.
|
||||||
@ -64,6 +65,6 @@ comment "usb support needs a toolchain w/ threads"
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "apcupsd needs a toolchain w/ C++"
|
comment "apcupsd needs a toolchain w/ C++, threads"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user