Config.in 420 B

123456789101112
  1. comment "linux-fusion needs a Linux kernel to be built"
  2. depends on !BR2_LINUX_KERNEL
  3. config BR2_PACKAGE_LINUX_FUSION
  4. bool "linux-fusion communication layer for DirectFB multi"
  5. depends on BR2_LINUX_KERNEL
  6. select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
  7. help
  8. DirectFB Communication Layer allowing multiple DirectFB
  9. applications to run concurrently
  10. https://github.com/deniskropp/linux-fusion