package/eudev: correct !static comment
eudev itself includes dlfcn.h, so even without kmod it cannot be built statically: grep -rs dlfcn build/eudev-3.2.14/src eudev-3.2.14/src/shared/util.c:#include <dlfcn.h> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1e5abb7131
commit
89e9ec35f7
@@ -254,7 +254,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
||||
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||
bool "Dynamic using devtmpfs + eudev"
|
||||
depends on BR2_USE_WCHAR # eudev
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_STATIC_LIBS # eudev
|
||||
depends on BR2_USE_MMU # eudev
|
||||
select BR2_PACKAGE_EUDEV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user