The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libvncserver / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libvncserver/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/libvncserver/Config.in
new file mode 100644 (file)
index 0000000..28fbaa5
--- /dev/null
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_LIBVNCSERVER
+       bool "libvncserver"
+       depends on BR2_USE_MMU # VNCommand.c uses fork()
+       help
+         libvncserver is a VNC server/client library.
+
+         http://libvncserver.sourceforge.net/
+
+if BR2_PACKAGE_LIBVNCSERVER
+
+config BR2_PACKAGE_LIBVNCSERVER_TIGHTPNG
+       bool "TightPNG encoding support"
+       select BR2_PACKAGE_JPEG
+       select BR2_PACKAGE_LIBPNG
+       help
+         TightPNG encoding speeds up HTML5 based VNC clients like
+         noVNC.
+
+         http://wiki.qemu.org/VNC_Tight_PNG
+
+endif