2014-06-29 10:49:34 +02:00
|
|
|
config BR2_PACKAGE_PERL_XML_LIBXML
|
|
|
|
bool "perl-xml-libxml"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-06-29 10:49:34 +02:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
|
|
|
|
select BR2_PACKAGE_PERL_XML_SAX
|
|
|
|
help
|
|
|
|
Interface to Gnome libxml2 xml parsing and DOM library
|
|
|
|
|
|
|
|
https://bitbucket.org/shlomif/perl-xml-libxml
|
2014-07-13 15:03:24 +02:00
|
|
|
|
|
|
|
comment "perl-xml-libxml needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|