taglib: needs wchar
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Apr 2014 07:50:19 +0000 (09:50 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 8 Apr 2014 07:50:19 +0000 (09:50 +0200)
Fixes http://autobuild.buildroot.net/results/02a/02a6874aa21041ac9fef6fef51410c2ad92881c4/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gst1-plugins-good/Config.in
package/taglib/Config.in

index 20983d6c32f9763bb7143ba116670a5ea0eddc8c..818412c37b1a6bee7cd8213d8af51a01bcf354b1 100644 (file)
@@ -324,12 +324,13 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SPEEX
 config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_TAGLIB
        bool "taglib"
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on BR2_USE_WCHAR
        select BR2_PACKAGE_TAGLIB
        help
          Taglib tagging plugin library
 
-comment "taglib needs a toolchain w/ C++"
-       depends on !BR2_INSTALL_LIBSTDCPP
+comment "taglib needs a toolchain w/ C++, wchar"
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
 
 config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_VPX
        bool "vpx (webm)"
index 8f832a6f985db56aae1bcbb19d3935d84c0b3b2c..209837f46bd7420c1992224acb27d97f2750c802 100644 (file)
@@ -2,6 +2,7 @@
 config BR2_PACKAGE_TAGLIB
        bool "taglib"
        depends on BR2_INSTALL_LIBSTDCPP
+       depends on BR2_USE_WCHAR
        help
          TagLib is a library for reading and editing the meta-data of
          several popular audio formats. Currently it supports both ID3v1
@@ -20,5 +21,5 @@ config BR2_PACKAGE_TAGLIB_ASF
 
 endif
 
-comment "taglib needs a toolchain w/ C++"
-       depends on !BR2_INSTALL_LIBSTDCPP
+comment "taglib needs a toolchain w/ C++, wchar"
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR