mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/libcamera/Config.in
Normal file
17
package/libcamera/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_LIBCAMERA
|
||||
bool "libcamera"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
# C++11 + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
help
|
||||
libcamera provides a software stack to support
|
||||
complex devices that need heavy hardware image
|
||||
processing operations.
|
||||
|
||||
http://www.libcamera.org/
|
||||
|
||||
comment "libcamera needs udev and a toolchain w/ C++, threads, gcc >= 5"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_PACKAGE_HAS_UDEV
|
||||
Reference in New Issue
Block a user