kumquat-buildroot/package/flex/Config.in
Thomas Petazzoni c3675860e8 flex: use the new gettext logic
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - dropping BR2_PACKAGE_GETTEXT selection

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-05 01:27:25 +02:00

8 lines
190 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.
https://github.com/westes/flex/