diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-26 11:37:15 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-26 12:08:16 +0200 |
commit | eadface39e0cf57e3fa48c4c2b5d3df727d1881b (patch) | |
tree | 18247ade973e675b5f94cca4a4d5ec234c5ea595 /package/perl-encode-detect/Config.in | |
parent | 1284bad1c476caf8c9cc65b72078d99c91659170 (diff) | |
download | buildroot-eadface39e0cf57e3fa48c4c2b5d3df727d1881b.tar.gz buildroot-eadface39e0cf57e3fa48c4c2b5d3df727d1881b.zip |
package/perl-encode-detect: new package
[Thomas:
- rewrap Config.in help text
- fix license, it's MPL-1.1, not 'open_source'.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-encode-detect/Config.in')
-rw-r--r-- | package/perl-encode-detect/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/perl-encode-detect/Config.in b/package/perl-encode-detect/Config.in new file mode 100644 index 0000000000..63ea432917 --- /dev/null +++ b/package/perl-encode-detect/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_PERL_ENCODE_DETECT + bool "perl-encode-detect" + depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_STATIC_LIBS + help + An Encode::Encoding subclass that detects the encoding of + data. + + https://metacpan.org/release/Encode-Detect + +comment "perl-encode-detect needs a toolchain w/ C++, dynamic library" + depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP |