mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
19 lines
416 B
Plaintext
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
|