Files
buildroot/package/libudev-zero/Config.in
Bernd Kuhls a397689ee1 package/libudev-zero: provides libudev
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
2026-05-29 15:36:56 +02:00

19 lines
416 B
Plaintext

config BR2_PACKAGE_LIBUDEV_ZERO
bool "libudev-zero"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_HAS_LIBUDEV
help
Daemonless replacement for libudev
https://github.com/illiliti/libudev-zero
comment "libudev-zero needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
if BR2_PACKAGE_LIBUDEV_ZERO
config BR2_PACKAGE_PROVIDES_LIBUDEV
default "libudev-zero"
endif # BR2_PACKAGE_LIBUDEV_ZERO