mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
xapp_xf86dga: Needs MMU
Fixes http://autobuild.buildroot.net/results/e76/e76b8ff1767f061587b630091174c58da599d5e3/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
03f388619a
commit
873ce3fab3
@ -2,5 +2,6 @@ config BR2_PACKAGE_XAPP_XF86DGA
|
|||||||
bool "xf86dga"
|
bool "xf86dga"
|
||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
select BR2_PACKAGE_XLIB_LIBXXF86DGA
|
select BR2_PACKAGE_XLIB_LIBXXF86DGA
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
test program for the XFree86-DGA extension
|
test program for the XFree86-DGA extension
|
||||||
|
Loading…
x
Reference in New Issue
Block a user