diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2014-06-29 10:49:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-29 10:50:17 +0200 |
commit | 0f2faf78a5e0ea0bc24aa6589406082e63a52fb1 (patch) | |
tree | 0331526419a3f6764e83cd2df726a8d6daf1f936 /package/perl-xml-libxml/Config.in | |
parent | 6ef07071b6c8f83cb6cb2bb5f4f66940db05afe5 (diff) | |
download | buildroot-0f2faf78a5e0ea0bc24aa6589406082e63a52fb1.tar.gz buildroot-0f2faf78a5e0ea0bc24aa6589406082e63a52fb1.zip |
perl-xml-libxml: new package
[Thomas: split from the original patch of Francois.]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-xml-libxml/Config.in')
-rw-r--r-- | package/perl-xml-libxml/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/perl-xml-libxml/Config.in b/package/perl-xml-libxml/Config.in new file mode 100644 index 0000000000..9e3a44e3ac --- /dev/null +++ b/package/perl-xml-libxml/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PERL_XML_LIBXML + bool "perl-xml-libxml" + 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 |