mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/*/Config.in: fix consecutive lines check-package warnings
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -218,7 +218,6 @@ comment "gstreamer-0.10 support needs a toolchain w/ wchar, threads, dynamic lib
|
|||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
BR2_STATIC_LIBS
|
BR2_STATIC_LIBS
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER1
|
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER1
|
||||||
bool "gstreamer-1.x"
|
bool "gstreamer-1.x"
|
||||||
depends on BR2_USE_MMU # gstreamer1 -> libglib2
|
depends on BR2_USE_MMU # gstreamer1 -> libglib2
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ config BR2_PACKAGE_QT53D
|
|||||||
|
|
||||||
This package corresponds to the qt53d module.
|
This package corresponds to the qt53d module.
|
||||||
|
|
||||||
|
|
||||||
This module was in tech preview in Qt 5.6, and promoted
|
This module was in tech preview in Qt 5.6, and promoted
|
||||||
to a core module in Qt 5.7.0.
|
to a core module in Qt 5.7.0.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user