|
@@ -2,8 +2,9 @@ comment "linux-fusion needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
|
|
config BR2_PACKAGE_LINUX_FUSION
|
|
config BR2_PACKAGE_LINUX_FUSION
|
|
- depends on BR2_LINUX_KERNEL
|
|
|
|
bool "linux-fusion communication layer for DirectFB multi"
|
|
bool "linux-fusion communication layer for DirectFB multi"
|
|
|
|
+ depends on BR2_LINUX_KERNEL
|
|
|
|
+ select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
|
|
help
|
|
help
|
|
DirectFB Communication Layer allowing multiple DirectFB
|
|
DirectFB Communication Layer allowing multiple DirectFB
|
|
applications to run concurrently
|
|
applications to run concurrently
|