linuxOS_AP06/buildroot/package/lockfile-progs/Config.in

16 lines
347 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
config BR2_PACKAGE_LOCKFILE_PROGS
bool "lockfile programs"
depends on BR2_USE_MMU # liblockfile
select BR2_PACKAGE_LIBLOCKFILE
help
Build lockfile utility programs.
if BR2_PACKAGE_LOCKFILE_PROGS
config BR2_PACKAGE_LOCKFILE_PROGS_STATIC
bool "Enable static"
depends on BR2_PACKAGE_LIBLOCKFILE_STATIC
default y if BR2_STATIC_LIBS
endif