summaryrefslogtreecommitdiff
path: root/packages/scripting-languages/perl/perl.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/scripting-languages/perl/perl.kconfig')
-rw-r--r--packages/scripting-languages/perl/perl.kconfig22
1 files changed, 13 insertions, 9 deletions
diff --git a/packages/scripting-languages/perl/perl.kconfig b/packages/scripting-languages/perl/perl.kconfig
index 01292ad..93a05fa 100644
--- a/packages/scripting-languages/perl/perl.kconfig
+++ b/packages/scripting-languages/perl/perl.kconfig
@@ -24,24 +24,23 @@
config EMBTK_HAVE_MICROPERL
bool "Have microperl"
+ select EMBTK_PERL_PKG_IS_TARGZ
select OPTION_EGLIBC_LIBM if EMBTK_CLIB_EGLIBC
select KEMBTK_UCLIBC_UCLIBC_HAS_FLOATS if EMBTK_CLIB_UCLIBC
help
- microperl is supposed to be a really minimal perl, on the other hand
- this means that interfaces between Perl and your operating system are
- left very minimal.
+ microperl is supposed to be a really minimal perl, on the other
+ hand this means that interfaces between Perl and your operating
+ system are left very minimal.
choice
- prompt "microperl version you wish"
+ prompt "perl version you wish"
depends on EMBTK_HAVE_MICROPERL
help
Here you can choose which version of libpng you want to use.
- config EMBTK_MICROPERL_VERSION_5_10_1
- bool "microperl-5.10.1"
+ config EMBTK_PERL_VERSION_5_10_1
+ bool "perl-5.10.1"
select EMBTK_PERL_NEED_PATCH
- help
- microperl based on perl-5.10.1
endchoice
config EMBTK_PERL_VERSION_STRING
@@ -50,4 +49,9 @@ config EMBTK_PERL_VERSION_STRING
config EMBTK_PERL_NEED_PATCH
bool
-
+config EMBTK_PERL_NEED_AUTORECONF
+ bool
+config EMBTK_PERL_PKG_IS_TARGZ
+ bool
+config EMBTK_PERL_PKG_IS_TARBZ2
+ bool