linuxOS_D21X/package/third-party/libdaemon/Config.in
2025-06-05 14:33:02 +08:00

18 lines
374 B
Plaintext

config BR2_PACKAGE_LIBDAEMON
bool "libdaemon"
# needs fork()
depends on BR2_USE_MMU
help
libdaemon is a lightweight C library that eases the
writing of UNIX daemons.
http://0pointer.de/lennart/projects/libdaemon/
if BR2_PACKAGE_LIBDAEMON
config BR2_PACKAGE_LIBDAEMON_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif