Config.in 835 B

123456789101112131415161718192021222324
  1. comment "spice server needs a toolchain w/ wchar, threads"
  2. depends on BR2_i386 || BR2_x86_64
  3. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
  4. config BR2_PACKAGE_SPICE
  5. bool "spice server"
  6. depends on BR2_i386 || BR2_x86_64
  7. depends on BR2_USE_WCHAR # libglib2
  8. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  9. select BR2_PACKAGE_JPEG
  10. select BR2_PACKAGE_LIBGLIB2
  11. select BR2_PACKAGE_OPENSSL
  12. select BR2_PACKAGE_PIXMAN
  13. select BR2_PACKAGE_SPICE_PROTOCOL
  14. help
  15. The Spice project aims to provide a complete open source
  16. solution for interaction with virtualized desktop devices.
  17. The Spice project deals with both the virtualized devices
  18. and the front-end. Interaction between front-end and
  19. back-end is done using VD-Interfaces.
  20. This package implements the server-part of Spice.
  21. http://www.spice-space.org/