kumquat-buildroot/package/flex/Config.in

17 lines
447 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_FLEX
bool "flex"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
2004-10-09 08:13:40 +02:00
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
2004-10-09 08:13:40 +02:00
http://flex.sourceforge.net/
config BR2_PACKAGE_FLEX_BINARY
bool "Install tool in the target"
# needs fork()
depends on BR2_USE_MMU
depends on BR2_PACKAGE_FLEX
help
Install the flex binary tool in the target filesystem.