1config BR2_PACKAGE_XAPP_XDPYINFO 2 bool "xdpyinfo" 3 depends on BR2_USE_MMU # fork() 4 select BR2_PACKAGE_XLIB_LIBX11 5 select BR2_PACKAGE_XLIB_LIBXEXT 6 select BR2_PACKAGE_XLIB_LIBXTST 7 help 8 display information utility for X 9