Commit 27c706af authored by Yuvaraj Patil's avatar Yuvaraj Patil Committed by Peter Korsgaard
Browse files

xapp_xdpyinfo: depends on MMU

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes http://autobuild.buildroot.net/results/2da/2dada0264409d8fa6befedbc02c0de77c605a5fa/



Signed-off-by: default avatarYuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 90dcbfc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XDPYINFO
	bool "xdpyinfo"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXEXT
	select BR2_PACKAGE_XLIB_LIBXTST