summaryrefslogtreecommitdiffstats
path: root/package/directfb
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-09 18:13:52 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-10 23:41:51 +0200
commit6040190e920674913c0dd3dc4391a8590735f0fb (patch)
tree2e08bb8687609fab5df32adf5f69862dd7a44e1c /package/directfb
parent8b47ede9e6d5301839d2d96dfd56e2117e0e8818 (diff)
downloadbuildroot-novena-6040190e920674913c0dd3dc4391a8590735f0fb.tar.gz
buildroot-novena-6040190e920674913c0dd3dc4391a8590735f0fb.zip
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>
Diffstat (limited to 'package/directfb')
-rw-r--r--package/directfb/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 5e81b7ede..8a0a73612 100644
--- a/package/directfb/Config.in
+++ b/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