mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
config BR2_PACKAGE_LOGROTATE
|
|
bool "logrotate"
|
|
select BR2_PACKAGE_POPT
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
A simple program to rotate logs.
|
|
|
|
https://fedorahosted.org/logrotate/
|
|
|
|
comment "logrotate requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|
|
|