Config.in 423 B

12345678910111213141516
  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.
  7. http://www.gnu.org/software/flex/
  8. config BR2_PACKAGE_FLEX_LIBFL
  9. bool "Install libfl.a under staging_dir/usr/lib"
  10. default y
  11. depends on BR2_PACKAGE_FLEX
  12. help
  13. Install libfl.a under staging_dir/usr/lib for further development
  14. on a host machine.