diff options
| author | Erico Nunes <nunes.erico@gmail.com> | 2016-02-04 21:19:41 -0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-05 23:22:42 +0100 |
| commit | 5c8a9eec2708d93a7e1a581941cbf5c2f078a8f7 (patch) | |
| tree | 294d29e082fd3be4eaaad5ae0a851581aaceb74a | |
| parent | 4ba195a0ceb867b32f2f08a253609e09a2fabb0b (diff) | |
| download | buildroot-5c8a9eec2708d93a7e1a581941cbf5c2f078a8f7.tar.gz buildroot-5c8a9eec2708d93a7e1a581941cbf5c2f078a8f7.zip | |
xdotool: needs MMU support
Fixes:
http://autobuild.buildroot.net/results/d750919a0d5cfb624937c72253651a431212e238
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/xdotool/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/xdotool/Config.in b/package/xdotool/Config.in index 4d5f590aa9..4fb8a49502 100644 --- a/package/xdotool/Config.in +++ b/package/xdotool/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_XDOTOOL bool "xdotool" depends on BR2_PACKAGE_XORG7 + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBXTST select BR2_PACKAGE_XLIB_LIBXINERAMA select BR2_PACKAGE_LIBXKBCOMMON |

