mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:19:39 +08:00
19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_libsqlite3
|
|
|
|
config SQLITE_FTS3
|
|
bool
|
|
prompt "Enable FTS3"
|
|
help
|
|
"Enable support for full-text search version 3"
|
|
default y
|
|
|
|
config SQLITE_RTREE
|
|
bool
|
|
prompt "Enable RTREE"
|
|
help
|
|
"Enable support for the R*Tree index extension"
|
|
default y
|
|
|
|
endmenu
|