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
8 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
9 depends on !BR2_PACKAGE_OPENCV3
15 Note that the opencv_core module and the opencv_hal library
31 reconstruction) module into the OpenCV build.
39 Include opencv_features2d (2d features framework) module
47 multi-dimensional spaces) module into the OpenCV build.
55 Include opencv_highgui (high-level gui and media i/o) module
63 GUI toolkit to be used by the opencv_highgui module.
70 depends on BR2_PACKAGE_LIBGTK2
73 depends on BR2_USE_MMU # libgtk2 -> glib2
74 depends on BR2_TOOLCHAIN_HAS_SYNC_4
75 depends on !BR2_PACKAGE_LIBGTK2
79 depends on BR2_PACKAGE_LIBGTK3
82 depends on BR2_USE_MMU # libgtk3 -> glib2
83 depends on BR2_TOOLCHAIN_HAS_SYNC_4
84 depends on !BR2_PACKAGE_LIBGTK3
88 depends on BR2_PACKAGE_QT5
97 depends on !BR2_PACKAGE_QT5
103 # OpenGL support done using Qt5OpenGL, so depends on WITH_QT5
104 depends on BR2_PACKAGE_OPENCV4_WITH_QT5
106 depends on BR2_PACKAGE_QT5_GL_AVAILABLE
107 depends on BR2_PACKAGE_HAS_LIBGL
113 depends on BR2_PACKAGE_OPENCV4_WITH_QT5
114 depends on !BR2_PACKAGE_QT5_GL_AVAILABLE || \
123 Include opencv_imgcodecs (image codecs) module into the
130 Include opencv_imgproc (image processing) module into the
137 Include opencv_ml (machine learning) module into the OpenCV
147 Include opencv_objdetect (object detection) module into the
154 Include opencv_photo (computational photography) module into
159 depends on BR2_PACKAGE_PYTHON3
160 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
161 depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
164 Include opencv_python module into the OpenCV build. No
168 depends on BR2_PACKAGE_PYTHON3
169 depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
170 depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
178 Include opencv_shape (shape descriptors and matchers) module
188 Include opencv_stitching (images stitching) module into the
196 Include opencv_superres (super resolution) module into the
207 Include opencv_ts (test) module into the OpenCV build.
214 Include opencv_videoio (media i/o) module into the OpenCV
221 Include opencv_video (video analysis) module into the OpenCV
232 Include opencv_videostab (video stabilization) module into
246 depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
252 Use ffmpeg from the target system.
255 bool "gstreamer-1.x"
256 depends on BR2_USE_MMU # gstreamer1 -> libglib2
278 but uses the libjasper package installed system-wide by
288 but uses the openjpeg package installed system-wide by
297 Use shared libjpeg from the target system.
303 Use shared libpng from the target system.
307 depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # protobuf
310 Use shared protobuf from the target system.
316 Use shared libtiff from the target system.
332 Use shared libwebp from the target system.
348 depends on BR2_TOOLCHAIN_HAS_ATOMIC
349 depends on !BR2_INSTALL_LIBSTDCPP || \