package/xerces: fix coding style in Config.in
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 21 May 2020 13:42:59 +0000 (15:42 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 21 May 2020 13:42:59 +0000 (15:42 +0200)
We generally use on "depends on" for each toolchain option, so let's
do this as well in package/xerces/Config.in.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/xerces/Config.in

index a9b102bd5ea83decbe5b326e4e43c827ad4866ae..d3f4967413a547ace586af75b9b404762e2a196c 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_XERCES
        bool "xerces-c++"
-       depends on BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR
+       depends on BR2_INSTALL_LIBSTDCPP
+       depends on USE_WCHAR
        help
          Xerces-C++ is a validating XML parser written in portable C++.