mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
sconeserver: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
fe061a9898
commit
0c28e36a2b
@ -1,11 +1,7 @@
|
|||||||
menuconfig BR2_PACKAGE_SCONESERVER
|
menuconfig BR2_PACKAGE_SCONESERVER
|
||||||
bool "sconeserver"
|
bool "sconeserver"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
# pthread_setschedprio needs NPTL
|
|
||||||
depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD
|
|
||||||
# no NPTL for these archs
|
|
||||||
depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc
|
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
help
|
help
|
||||||
Sconeserver is a modular, object-orientated and extremely versatile
|
Sconeserver is a modular, object-orientated and extremely versatile
|
||||||
@ -102,7 +98,5 @@ comment "ui module requires X.org"
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_SCONESERVER
|
endif # BR2_PACKAGE_SCONESERVER
|
||||||
|
|
||||||
comment "sconeserver needs a toolchain w/ C++, threads"
|
comment "sconeserver needs a toolchain w/ C++, NPTL"
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
|
||||||
depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD
|
|
||||||
depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user