buildrootschalter/package/flex/Config.in

16 lines
412 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_FLEX
bool "flex"
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://www.gnu.org/software/flex/
config BR2_PACKAGE_FLEX_LIBFL
2007-11-29 14:03:56 +01:00
bool "Install libfl.a under staging_dir/usr/lib"
default y
depends on BR2_PACKAGE_FLEX
help
2007-11-29 14:03:56 +01:00
Install libfl.a under staging_dir/usr/lib for further development
on a host machine.