summaryrefslogtreecommitdiffstats
path: root/rules/host-fontconfig.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
commit6575752df9fc2d6965a9c89a1c02b0c9327c0921 (patch)
treef5e9d603b4784bdd981c3b5511334e8931e59e73 /rules/host-fontconfig.in
parent2b684653490447e1df8da39a6d1fafee4d6a7af9 (diff)
downloadptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.gz
ptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.xz
* rules/host-*.in:
removed some prompts, removed some warning messages in platformconfig and worlfram's gonna test it now git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8150 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-fontconfig.in')
-rw-r--r--rules/host-fontconfig.in27
1 files changed, 2 insertions, 25 deletions
diff --git a/rules/host-fontconfig.in b/rules/host-fontconfig.in
index caf798ce2..23b37e0de 100644
--- a/rules/host-fontconfig.in
+++ b/rules/host-fontconfig.in
@@ -1,5 +1,5 @@
-menuconfig HOST_FONTCONFIG
- bool "Fontconfig "
+config HOST_FONTCONFIG
+ bool
select HOST_FREETYPE
select HOST_EXPAT
help
@@ -14,26 +14,3 @@ menuconfig HOST_FONTCONFIG
on the application. The X-specific library 'Xft'
uses fontconfig along with freetype to specify and
rasterize fonts.
-
-config HOST_FONTCONFIG_UTILS
- bool "install utilities for Fontconfig "
- depends on HOST_FONTCONFIG
- help
- The fontconfig utilities package contains fc-list,
- fc-match, and fc-cache.
- fc-list lists fonts and styles available on the system
- for applications using fontconfig.
- fc-match matches fontpattern (empty pattern by
- default) using the normal fontconfig matching rules to
- find the best font available.
- fc-cache scans the font directories on the system and
- builds font information cache files for applications
- using fontconfig for their font handling.
-
-config HOST_FONTCONFIG_CONFS
- bool "install configuration files for Fontconfig"
- depends on HOST_FONTCONFIG
- default y
- help
- This installs configuration files of fontconfig,
- subpixeling is turned on by default