diff options
author | Yuvaraj Patil <yuvaraj.patil@wipro.com> | 2014-07-25 17:28:50 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-26 09:21:11 +0200 |
commit | 5ce13af54499357bdacdf47c38180830f48fe3d8 (patch) | |
tree | b6d1bd6cd1138f917626da1546755ec7ccd080f5 | |
parent | d06256b6619c489ab4418bf2703298ca1d3f61e8 (diff) | |
download | buildroot-5ce13af54499357bdacdf47c38180830f48fe3d8.tar.gz buildroot-5ce13af54499357bdacdf47c38180830f48fe3d8.zip |
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>
-rw-r--r-- | package/x11vnc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11vnc/Config.in b/package/x11vnc/Config.in index 5693754bf2..0909b9aec4 100644 --- a/package/x11vnc/Config.in +++ b/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 |