hc
2024-08-13 72be3801e63d82671c9d90577a9efb3126a6aa37
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
config BR2_PACKAGE_XERCES
   bool "xerces-c++"
   depends on BR2_INSTALL_LIBSTDCPP
   depends on !BR2_STATIC_LIBS
   depends on BR2_USE_WCHAR
   help
     Xerces-C++ is a validating XML parser written in portable C++.
 
     http://xerces.apache.org/xerces-c/
 
if BR2_PACKAGE_XERCES
 
config BR2_PACKAGE_XERCES_ENABLE_NETWORK
   bool "Enable network support"
   default y
   help
     Enable network support in xerces
 
endif
 
comment "xerces-c++ needs a toolchain w/ C++, dynamic library, wchar"
   depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
       !BR2_USE_WCHAR