Lines Matching +full:system +full:- +full:on +full:- +full:module
3 depends on BR2_TOOLCHAIN_HAS_ATOMIC
4 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_USE_WCHAR
7 depends on !BR2_STATIC_LIBS # include dlfcn.h
13 Note that the opencv_core module and the opencv_hal library
29 reconstruction) module into the OpenCV build.
37 Include opencv_features2d (2d features framework) module
45 multi-dimensional spaces) module into the OpenCV build.
53 Include opencv_highgui (high-level gui and media i/o) module
61 GUI toolkit to be used by the opencv_highgui module.
68 depends on BR2_PACKAGE_LIBGTK2
71 depends on BR2_USE_MMU # libgtk2 -> glib2
72 depends on BR2_TOOLCHAIN_HAS_SYNC_4
73 depends on !BR2_PACKAGE_LIBGTK2
77 depends on BR2_PACKAGE_LIBGTK3
80 depends on BR2_USE_MMU # libgtk3 -> glib2
81 depends on BR2_TOOLCHAIN_HAS_SYNC_4
82 depends on !BR2_PACKAGE_LIBGTK3
86 depends on BR2_PACKAGE_QT5
95 depends on !BR2_PACKAGE_QT5
101 # OpenGL support done using Qt5OpenGL, so depends on WITH_QT5
102 depends on BR2_PACKAGE_OPENCV3_WITH_QT5
104 depends on BR2_PACKAGE_QT5_GL_AVAILABLE
105 depends on BR2_PACKAGE_HAS_LIBGL
111 depends on BR2_PACKAGE_OPENCV3_WITH_QT5
112 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE || \
121 Include opencv_imgcodecs (image codecs) module into the
128 Include opencv_imgproc (image processing) module into the
135 Include opencv_ml (machine learning) module into the OpenCV
145 Include opencv_objdetect (object detection) module into the
152 Include opencv_photo (computational photography) module into
157 depends on BR2_PACKAGE_PYTHON3
158 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
159 depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
162 Include opencv_python module into the OpenCV build. No
166 depends on BR2_PACKAGE_PYTHON3
167 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
168 depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
176 Include opencv_shape (shape descriptors and matchers) module
186 Include opencv_stitching (images stitching) module into the
194 Include opencv_superres (super resolution) module into the
205 Include opencv_ts (test) module into the OpenCV build.
212 Include opencv_videoio (media i/o) module into the OpenCV
219 Include opencv_video (video analysis) module into the OpenCV
230 Include opencv_videostab (video stabilization) module into
244 depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
250 Use ffmpeg from the target system.
253 bool "gstreamer-1.x"
254 depends on BR2_USE_MMU # gstreamer1 -> libglib2
255 depends on BR2_USE_WCHAR # gstreamer1 -> libglib2
256 depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer1 -> libglib2
264 depends on BR2_USE_MMU
265 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
274 but uses the libjasper package installed system-wide by
281 Use shared libjpeg from the target system.
287 Use shared libpng from the target system.
291 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
292 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # protobuf
295 Use shared protobuf from the target system.
298 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
299 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
305 Use shared libtiff from the target system.
321 Use shared libwebp from the target system.
337 depends on BR2_TOOLCHAIN_HAS_ATOMIC
338 depends on !BR2_INSTALL_LIBSTDCPP || \