浏览代码

linux-fusion: add dependency on !BR2_KERNEL_none

linux-fusion is composed of a kernel module, and linux-fusion.mk uses
several variable definitions that only exist when Buildroot compiles a
kernel.

We also add the same dependency to BR2_PACKAGE_DIRECTFB_MULTI, which
relies on linux-fusion.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 年之前
父节点
当前提交
6040190e92
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      package/directfb/Config.in
  2. 1 0
      package/linux-fusion/Config.in

+ 1 - 0
package/directfb/Config.in

@@ -10,6 +10,7 @@ if BR2_PACKAGE_DIRECTFB
 config BR2_PACKAGE_DIRECTFB_MULTI
 	bool "directfb multi application"
 	select BR2_PACKAGE_LINUX_FUSION
+	depends on !BR2_KERNEL_none
 	help
 	  Enable use of multiple concurrent DirectFB applications
 

+ 1 - 0
package/linux-fusion/Config.in

@@ -1,4 +1,5 @@
 config BR2_PACKAGE_LINUX_FUSION
+	depends on !BR2_KERNEL_none
 	bool "linux-fusion communication layer for DirectFB multi"
 	help
 	  DirectFB Communication Layer allowing multiple DirectFB