diff options
author | Hugues Fruchet <hugues.fruchet@st.com> | 2017-06-09 14:18:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-10 23:33:15 +0200 |
commit | 07735334ea62e96bc0617b090ded2af4797fa345 (patch) | |
tree | a61069c01abc68815c2ec3fb444ee0a0c3d1ec03 /package/libv4l/Config.in | |
parent | f837251785e9389f53d695ddb8a094707865171b (diff) | |
download | buildroot-07735334ea62e96bc0617b090ded2af4797fa345.tar.gz buildroot-07735334ea62e96bc0617b090ded2af4797fa345.zip |
package/libv4l: toolchain w/ locale is not mandatory
libv4l package builds fine even if locale is not enabled.
This have been tested with stm32f469_disco_defconfig
enabling build of libv4l package:
+#v4l utilities
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
+BR2_PACKAGE_LIBV4L=y
+BR2_PACKAGE_LIBV4L_UTILS=y
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libv4l/Config.in')
-rw-r--r-- | package/libv4l/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index 8d1b931424..638aeff749 100644 --- a/package/libv4l/Config.in +++ b/package/libv4l/Config.in @@ -19,7 +19,6 @@ comment "libv4l JPEG support not enabled" config BR2_PACKAGE_LIBV4L_UTILS bool "v4l-utils tools" - depends on BR2_ENABLE_LOCALE select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help v4l-utils is a collection of various video4linux and DVB utilities. @@ -35,9 +34,6 @@ config BR2_PACKAGE_LIBV4L_UTILS - rds-ctl - qv4l2 (if Qt is enabled) -comment "libv4l-utils tools need a toolchain w/ locale" - depends on !BR2_ENABLE_LOCALE - endif comment "libv4l needs a toolchain w/ threads, C++ and headers >= 3.0" |