1config BR2_PACKAGE_PERL_XML_LIBXML
2	bool "perl-xml-libxml"
3	depends on !BR2_STATIC_LIBS
4	select BR2_PACKAGE_LIBXML2
5	select BR2_PACKAGE_ZLIB
6	select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT # runtime
7	select BR2_PACKAGE_PERL_XML_SAX # runtime
8	select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime
9	help
10	  Interface to Gnome libxml2 xml parsing and DOM library.
11
12	  https://github.com/shlomif/perl-XML-LibXML
13
14comment "perl-xml-libxml needs a toolchain w/ dynamic library"
15	depends on BR2_STATIC_LIBS
16