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:
Peter Korsgaard
2024-08-20 11:35:57 +02:00
committed by Thomas Petazzoni
parent 1e5abb7131
commit 89e9ec35f7
2 changed files with 2 additions and 2 deletions

View File

@@ -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