Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] xdotool: needs MMU support
@ 2016-02-04 23:19 Erico Nunes
  2016-02-05 22:02 ` Arnout Vandecappelle
  2016-02-05 22:22 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Erico Nunes @ 2016-02-04 23:19 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/d750919a0d5cfb624937c72253651a431212e238

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
 package/xdotool/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/xdotool/Config.in b/package/xdotool/Config.in
index 4d5f590..4fb8a49 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
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-05 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 23:19 [Buildroot] [PATCH 1/1] xdotool: needs MMU support Erico Nunes
2016-02-05 22:02 ` Arnout Vandecappelle
2016-02-05 22:22 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox