summaryrefslogtreecommitdiffstats
path: root/rules/host-fontconfig.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 22:52:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 22:52:01 +0000
commitf2984e348d4eff9a7abbe7ae8914c793b63a6d81 (patch)
tree5638ed56a3728febfd2836a7901fa80bd698bf30 /rules/host-fontconfig.in
parentee802683ff74ce4245a887c96c259433ad8ab66c (diff)
downloadptxdist-f2984e348d4eff9a7abbe7ae8914c793b63a6d81.tar.gz
ptxdist-f2984e348d4eff9a7abbe7ae8914c793b63a6d81.tar.xz
* fontconfig: added hosttool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7336 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-fontconfig.in')
-rw-r--r--rules/host-fontconfig.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/rules/host-fontconfig.in b/rules/host-fontconfig.in
new file mode 100644
index 000000000..963afb1ba
--- /dev/null
+++ b/rules/host-fontconfig.in
@@ -0,0 +1,39 @@
+menuconfig HOST_FONTCONFIG
+ bool "Fontconfig "
+ select HOST_FREETYPE
+# select HOST_EXPAT
+ help
+ Fontconfig is a font configuration and
+ customization library, which does not depend on
+ the X Window System. It is designed to locate
+ fonts within the system and select them according
+ to requirements specified by applications.
+
+ Fontconfig is not a rasterization library, nor
+ does it impose a particular rasterization library
+ 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