mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
config BR2_PACKAGE_DLIB
|
|
bool "dlib"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
Dlib is a modern C++ toolkit containing machine learning
|
|
algorithms and tools for creating complex software in C++ to
|
|
solve real world problems.
|
|
|
|
http://dlib.net
|
|
|
|
comment "dlib needs a toolchain w/ C++, threads, wchar"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_USE_WCHAR
|