buildrootschalter/package/flex/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

16 lines
412 B
Plaintext

config BR2_PACKAGE_FLEX
bool "flex"
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
http://www.gnu.org/software/flex/
config BR2_PACKAGE_FLEX_LIBFL
bool "Install libfl.a under staging_dir/usr/lib"
default y
depends on BR2_PACKAGE_FLEX
help
Install libfl.a under staging_dir/usr/lib for further development
on a host machine.