mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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: Yuvaraj Patil <yuvaraj.patil@wipro.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
90dcbfc4be
commit
27c706afe2
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_XAPP_XDPYINFO
|
config BR2_PACKAGE_XAPP_XDPYINFO
|
||||||
bool "xdpyinfo"
|
bool "xdpyinfo"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||||
select BR2_PACKAGE_XLIB_LIBXTST
|
select BR2_PACKAGE_XLIB_LIBXTST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user