summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xfont.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:08:40 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:08:40 +0000
commita3d9a0d78692832dc155122c2326c7bfe2bf384c (patch)
tree91fa84b50d21199a5219846a91ad2e741dac74c7 /rules/xorg-lib-Xfont.in
parentb8e55698d1fd9a17bf3d4c55029b318724bb1f09 (diff)
downloadptxdist-a3d9a0d78692832dc155122c2326c7bfe2bf384c.tar.gz
ptxdist-a3d9a0d78692832dc155122c2326c7bfe2bf384c.tar.xz
* xorg-lib-Xfont.in: Fixing dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8139 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-Xfont.in')
-rw-r--r--rules/xorg-lib-Xfont.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/xorg-lib-Xfont.in b/rules/xorg-lib-Xfont.in
index 99cf69dd5..7c98d6ee9 100644
--- a/rules/xorg-lib-Xfont.in
+++ b/rules/xorg-lib-Xfont.in
@@ -5,14 +5,13 @@
menuconfig XORG_LIB_XFONT
bool
- depends on XORG_LIB_X11
select XORG_PROTO_X
select XORG_PROTO_FONTS
select XORG_LIB_FONTENC
- select ZLIB
+ select ZLIB if XORG_LIB_XFONT_BUILTIN_FONTS
+ select XORG_LIB_XTRANS
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
@@ -95,3 +94,4 @@ config XORG_LIB_XFONT_BUILTIN_FONTS
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.
+ FIXME: xorg server fails to build when this entry is disabled.