Sfoglia il codice sorgente

x11vnc: needs MMU

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>
Yuvaraj Patil 11 anni fa
parent
commit
5ce13af544
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/x11vnc/Config.in

+ 1 - 0
package/x11vnc/Config.in

@@ -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