mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
c400fe3b09
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_fdm
|
|
|
|
config FDM_WITH_PCRE
|
|
bool
|
|
default y
|
|
select libpcre
|
|
prompt "Enable PCRE support (elsewhere POSIX regex)"
|
|
|
|
endmenu
|