c3675860e8
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>
8 lines
190 B
Plaintext
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/
|