summaryrefslogtreecommitdiffstats
path: root/package/flex/Config.in
blob: 5c6adcce7de3f0475373856f0d52514c24defd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_FLEX
	bool "flex"
	default n
	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.