1config BR2_PACKAGE_XLIB_LIBXT 2 bool "libXt" 3 select BR2_PACKAGE_XLIB_LIBSM 4 select BR2_PACKAGE_XLIB_LIBX11 5 select BR2_PACKAGE_XORGPROTO 6 select BR2_PACKAGE_XCB_PROTO 7 select BR2_PACKAGE_LIBXCB 8 help 9 X.Org Xt library 10