Config.in 712 B

123456789101112131415161718192021222324252627282930
  1. config BR2_PACKAGE_LIBVNCSERVER
  2. bool "libvncserver"
  3. depends on BR2_USE_MMU # VNCommand.c uses fork()
  4. # binutils issue (bad expression)
  5. depends on !BR2_nios2
  6. depends on !BR2_STATIC_LIBS
  7. select BR2_PACKAGE_LZO
  8. help
  9. libvncserver is a VNC server/client library.
  10. https://libvnc.github.io/
  11. if BR2_PACKAGE_LIBVNCSERVER
  12. config BR2_PACKAGE_LIBVNCSERVER_TIGHTPNG
  13. bool "TightPNG encoding support"
  14. select BR2_PACKAGE_JPEG
  15. select BR2_PACKAGE_LIBPNG
  16. help
  17. TightPNG encoding speeds up HTML5 based VNC clients like
  18. noVNC.
  19. http://wiki.qemu.org/VNC_Tight_PNG
  20. endif
  21. comment "libvncserver needs a toolchain w/ dynamic library"
  22. depends on BR2_USE_MMU
  23. depends on !BR2_nios
  24. depends on BR2_STATIC_LIBS