Config.in 411 B

123456789101112131415
  1. config BR2_PACKAGE_FLEX
  2. bool "flex"
  3. help
  4. A fast lexical analyser generator. A tool for generating
  5. programs that perform pattern-matching on text.
  6. http://www.gnu.org/software/flex/
  7. config BR2_PACKAGE_FLEX_LIBFL
  8. bool "Install libfl.a under staging_dir/usr/lib"
  9. default y
  10. depends on BR2_PACKAGE_FLEX
  11. help
  12. Install libfl.a under staging_dir/usr/lib for further development
  13. on a host machine.