# These are always required: # Requires: xproto fontsproto # Requires.private: fontenc # Libs.private: -lz -lm menuconfig XORG_LIB_XFONT bool select XORG_PROTO_X select XORG_PROTO_FONTS select XORG_LIB_FONTENC select ZLIB select FREETYPE if XORG_LIB_XFONT_FREETYPE select XORG_PROTO_FONTCACHE if XORG_LIB_XFONT_FONTCACHE select XORG_LIB_XTRANS if XORG_LIB_XFONT_FONTSERVER prompt "libXfont " help X font Library. At least one file based font support must be enabled to make the xorg server (part dix) happy. config XORG_LIB_XFONT_FREETYPE depends on XORG_LIB_XFONT bool prompt "Use freetype as rendering library" help This will enable freetype 2.x library. config XORG_LIB_XFONT_FONTCACHE depends on XORG_LIB_XFONT bool prompt "Use fontcache" help This will enable fontcache support config XORG_LIB_XFONT_FONTSERVER depends on XORG_LIB_XFONT bool prompt "Support font server connections" help This will support connections to font server. FIXME: xorg server fails when font server connections are disabled. config XORG_LIB_XFONT_TYPE1_FONTS depends on XORG_LIB_XFONT bool prompt "Support type1 fonts" help Enable Type 1 fonts in this X server. config XORG_LIB_XFONT_CID_FONTS depends on XORG_LIB_XFONT bool prompt "Support CID fonts" help Enable CID fonts in this X server. config XORG_LIB_XFONT_SPEEDO_FONTS depends on XORG_LIB_XFONT bool prompt "Support Speedo fonts" help Enable Speedo fonts in this X server. config XORG_LIB_XFONT_PCF_FONTS depends on XORG_LIB_XFONT bool prompt "Support pcf format fonts" help Enable pcf format fonts in this X server. config XORG_LIB_XFONT_BDF_FONTS depends on XORG_LIB_XFONT bool default y prompt "Support bdf format fonts" help Enable bdf format fonts in this X server. config XORG_LIB_XFONT_SNF_FONTS depends on XORG_LIB_XFONT bool prompt "Support snf format fonts" help Enable snf format fonts in this X server. config XORG_LIB_XFONT_BUILTIN_FONTS depends on XORG_LIB_XFONT bool prompt "Support builtin fonts" default y help Builtins (gzipped pcf format in .text segment). Enable this font type if you don't have any fonts on you target nor a font server in your network.