libvncserver: needs mmu
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Feb 2014 22:17:00 +0000 (23:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Feb 2014 22:17:00 +0000 (23:17 +0100)
Fixes http://autobuild.buildroot.net/results/30e/30e6a879ab6d84df4688c3d29761522f68dad9fc/

fork() is only used in VNCommand.c, so it seems doable to patch the sources
(and send upstream) to make it work on !mmu if people are interested.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libvncserver/Config.in

index ff83e343dd4ce2ff75df21b9790326c7626bd6ed..07b77f519e56d01789ab7dda80957957f54d4502 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBVNCSERVER
        bool "libvncserver"
+       depends on BR2_USE_MMU # VNCommand.c uses fork()
        help
          libvncserver is a VNC server/client library.