package/xerces: fix typo, which re-enables package
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Sep 2020 13:30:24 +0000 (15:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Sep 2020 13:30:24 +0000 (15:30 +0200)
Commit 4e60247be67a8e7f9937a8bf2b123ddb2be9dad2 ("package/xerces: fix
coding style in Config.in") introduced a silly typo in the xerces
package depends on... which effectively made it impossible to enable
this package as the "USE_WCHAR" option does not exist.

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

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