summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xfont.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-02-09 12:29:14 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-02-09 12:29:14 +0000
commit674c29172b696c1a7c4558b7a29ce9399faaaa3d (patch)
tree1fb1428f83bf8a7f864c2948b6f4ea54643bd29c /rules/xorg-lib-Xfont.in
parentf7dc5caa27f61ed545befc5097e0ebff9429f3d7 (diff)
downloadptxdist-674c29172b696c1a7c4558b7a29ce9399faaaa3d.tar.gz
ptxdist-674c29172b696c1a7c4558b7a29ce9399faaaa3d.tar.xz
* fonts installation now depends on xlib, so that it's no long chosen as default in empty projects
* several dependency enhancements git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7000 33e552b5-05e3-0310-8538-816dae2090ed
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