Config.in 904 B

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