bump version
[buildroot.git] / package / flex / Config.in
blob5c6adcce7de3f0475373856f0d52514c24defd4b
1 config BR2_PACKAGE_FLEX
2         bool "flex"
3         default n
4         help
5           A fast lexical analyser generator.  A tool for generating 
6           programs that perform pattern-matching on text.
8           http://www.gnu.org/software/flex/
10 config BR2_PACKAGE_FLEX_LIBFL
11         bool "Install libfl.a under staging_dir/usr/lib"
12         default y
13         depends on BR2_PACKAGE_FLEX
14         help
15           Install libfl.a under staging_dir/usr/lib for further development
16           on a host machine.