2018-08-11 20:27:37 +02:00
|
|
|
config BR2_PACKAGE_PERL_DATA_OPTLIST
|
|
|
|
bool "perl-data-optlist"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-10-10 17:56:36 +02:00
|
|
|
select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime
|
|
|
|
select BR2_PACKAGE_PERL_SUB_INSTALL # runtime
|
2018-08-11 20:27:37 +02:00
|
|
|
help
|
2018-10-28 16:23:13 +01:00
|
|
|
parse and validate simple name/value option pairs.
|
2018-08-11 20:27:37 +02:00
|
|
|
|
|
|
|
https://github.com/rjbs/Data-OptList
|
|
|
|
|
|
|
|
comment "perl-data-optlist needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|