summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xfont.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/xorg-lib-Xfont.in')
-rw-r--r--rules/xorg-lib-Xfont.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/xorg-lib-Xfont.in b/rules/xorg-lib-Xfont.in
index 2cd4e94c6..33d8b3868 100644
--- a/rules/xorg-lib-Xfont.in
+++ b/rules/xorg-lib-Xfont.in
@@ -5,6 +5,7 @@
menuconfig XORG_LIB_XFONT
bool
+ depends on XORG_LIB_X11
select XORG_PROTO_X
select XORG_PROTO_FONTS
select XORG_LIB_FONTENC
@@ -12,6 +13,7 @@ menuconfig XORG_LIB_XFONT
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
+ default y
prompt "libXfont "
help
X font Library. At least one file based font support must be enabled
@@ -19,14 +21,18 @@ menuconfig XORG_LIB_XFONT
config XORG_LIB_XFONT_FREETYPE
depends on XORG_LIB_XFONT
+ depends on FREETYPE
bool
+ default y
prompt "Use freetype as rendering library"
help
This will enable freetype 2.x library.
config XORG_LIB_XFONT_FONTCACHE
depends on XORG_LIB_XFONT
+ depends on XORG_LIB_XFONTCACHE
bool
+ default y
prompt "Use fontcache"
help
This will enable fontcache support