mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
wiringpi: needs threads
Fixes [1]: wiringPi.c:66:21: fatal error: pthread.h: No such file or directory [1] http://autobuild.buildroot.net/results/4e1/4e17697c1116b418d8d9c07a202f3c89186e463f Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f50e2b9fba
commit
cc1411d0b1
@ -1,7 +1,12 @@
|
|||||||
config BR2_PACKAGE_WIRINGPI
|
config BR2_PACKAGE_WIRINGPI
|
||||||
bool "wiringpi"
|
bool "wiringpi"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
wiringPi libraries (and gpio command)
|
wiringPi libraries (and gpio command)
|
||||||
|
|
||||||
http://wiringpi.com/
|
http://wiringpi.com/
|
||||||
|
|
||||||
|
comment "wiringpi needs a toolchain w/ threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user