# FIXME: Broken infile? There is no makefile for most of these... menuconfig XLIBS bool "xlibs " help These are the X libraries from the X.org xlibs project. comment "Base Libraries" depends on XLIBS # config XLIBS_COMPOSITE_EXT # bool # depends on XLIBS # prompt "CompositeExt" # # config XLIBS_DAMAGE_EXT # bool # depends on XLIBS # prompt "DamageExt" # # config XLIBS_FIXES_EXT # bool # depends on XLIBS # prompt "FixesExt" # # config XLIBS_RANDR # bool # depends on XLIBS # prompt "Randr" # # config XLIBS_RECORD_EXT # bool # depends on XLIBS # prompt "RecordExt" # # config XLIBS_RESOURCE_EXT # bool # depends on XLIBS # prompt "ResourceExt" # # # --- # # config XLIBS_X11 # bool # depends on XLIBS # prompt "X11" # # config XLIBS_X11_UNIX_TRANSPORT # bool # prompt "Unix Transport" # depends on XLIBS_X11 # default y # # config XLIBS_X11_TCP_TRANSPORT # bool # prompt "TCP Transport" # depends on XLIBS_X11 # default y # # config XLIBS_X11_IPV6 # bool # prompt "IPv6 Support" # depends on XLIBS_X11 # # config XLIBS_X11_XTHREADS # bool # prompt "Xlib support for multithreading" # depends on XLIBS_X11 # default y # # config XLIBS_X11_XCMS # bool # prompt "Xlib support for CMS (N=EXPERIMENTAL)" # depends on XLIBS_X11 # default y # # config XLIBS_X11_XLOCALE # bool # prompt "Xlib locale implementation (N=EXPERIMENTAL)" # depends on XLIBS_X11 # default y # # config XLIBS_X11_XKB # bool # prompt "XKB Support (N=EXPERIMENTAL)" # depends on XLIBS_X11 # default y # # config XLIBS_X11_XCB # bool # prompt "Use XCB for low-level protocol implementation" # depends on XLIBS_X11 # # # --- # #config XLIBS_XEXTENSIONS # bool # depends on XLIBS # prompt "XExtensions" #config XLIBS_XAU # bool # depends on XLIBS # prompt "Xau" config XLIBS_XEXT bool depends on XLIBS prompt "Xext" help FIXME: This item needs to be documented # --- # # config XLIBS_XFONT # bool # depends on XLIBS # prompt "Xfont" # # config XLIBS_XFONT_FREETYPE # bool # prompt "Freetype Support" # depends on XLIBS_XFONT # # config XLIBS_XFONT_FONTCACHE # bool # prompt "Fontcache Support" # depends on XLIBS_XFONT # # config XLIBS_XFONT_FC # bool # prompt "FC" # depends on XLIBS_XFONT # # config XLIBS_XFONT_BUILTINS # bool # prompt "Builtins" # depends on XLIBS_XFONT # default y # # config XLIBS_XFONT_BITMAP # bool # prompt "Bitmap" # depends on XLIBS_XFONT # default y # # # --- # # config XLIBS_XPROTO # bool # depends on XLIBS # prompt "Xproto" # # config XLIBS_XTRANS # bool # depends on XLIBS # prompt "xtrans" # # ############################################################################## # # comment "Extension Libs" # depends on XLIBS # # config XLIBS_ICE # bool # depends on XLIBS # prompt "ICE" # # config XLIBS_SM # bool # depends on XLIBS # prompt "SM" # # config XLIBS_XRES # bool # depends on XLIBS # prompt "XRes" # # config XLIBS_XDMCP # bool # depends on XLIBS # prompt "XDMCP" # # config XLIBS_XINERAMA # bool # depends on XLIBS # prompt "Xinerama" # # config XLIBS_XRENDER # bool # depends on XLIBS # prompt "Xrender" # # config XLIBS_PANORAMIXEXT # bool # depends on XLIBS # prompt "PanoramiXExt" # # config XLIBS_SCRNSAVEREXT # bool # depends on XLIBS # prompt "ScrnSaverExt" # # config XLIBS_XMU # bool # depends on XLIBS # prompt "Xmu" # # config XLIBS_XSS # bool # depends on XLIBS # prompt "Xss" # # config XLIBS_XAW # bool # depends on XLIBS # prompt "Xaw" # # config XLIBS_XFIXES # bool # depends on XLIBS # prompt "Xfixes" # # config XLIBS_XP # bool # depends on XLIBS # prompt "Xp" # # config XLIBS_XT # bool # depends on XLIBS # prompt "Xt" # # config XLIBS_XKBDESC # bool # depends on XLIBS # prompt "xkbdesc" # # config XLIBS_XCALIBRATE # bool # depends on XLIBS # prompt "XCalibrate" # # config XLIBS_XCOMPOSITE # bool # depends on XLIBS # prompt "Xcomposite" # # config XLIBS_XPM # bool # depends on XLIBS # prompt "Xpm" # # config XLIBS_XTST # bool # depends on XLIBS # prompt "Xtst" # # config XLIBS_XKBFILE # bool # depends on XLIBS # prompt "xkbfile" # # config XLIBS_FS # bool # depends on XLIBS # prompt "FS" # # config XLIBS_RENDER # bool # depends on XLIBS # prompt "Render" # # config XLIBS_XCALIBRATE_EXT # bool # depends on XLIBS # prompt "XCalibrateExt" # # config XLIBS_XCURSOR # bool # depends on XLIBS # prompt "Xcursor" # # config XLIBS_XFT # bool # depends on XLIBS # prompt "Xft" # # config XLIBS_XV # bool # depends on XLIBS # prompt "Xv" # # config XLIBS_XKBUI # bool # depends on XLIBS # prompt "xkbui" # # config XLIBS_XDAMAGE # bool # depends on XLIBS # prompt "Xdamage" # # config XLIBS_XI # bool # depends on XLIBS # prompt "Xi" # # config XLIBS_XRANDR # bool # depends on XLIBS # prompt "Xrandr" # # config XLIBS_XVMC # bool # depends on XLIBS # prompt "XvMC"