x11vnc: needs MMU
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Fri, 25 Jul 2014 11:58:50 +0000 (17:28 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 26 Jul 2014 07:21:11 +0000 (09:21 +0200)
This package needs MMU. Hence this commit adds the dependency on
BR2_USE_MMU

Fixes:

  http://autobuild.buildroot.net/results/b9d/b9d27977a231d186fe5289232f5d3995ec756266/

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x11vnc/Config.in

index 5693754bf2b597e118dc31adcb46a453001eb59c..0909b9aec4c6672f0f04f59f0d25154354976c2d 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_X11VNC
        bool "x11vnc"
        depends on BR2_PACKAGE_XORG7
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_XLIB_LIBXT
        select BR2_PACKAGE_XLIB_LIBXEXT
        select BR2_PACKAGE_XLIB_LIBXTST