summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-ttf.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-01-11 11:14:34 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-01-11 11:14:34 +0000
commit449a193f9e3bafe9784c897cce71c731947ae348 (patch)
treea99a3c5e530c39a7e45a89ec7874ffa5cd54f065 /rules/xorg-font-ttf.in
parenta07b1142a246b288e6d49ada09417f01c584c79c (diff)
downloadptxdist-449a193f9e3bafe9784c897cce71c731947ae348.tar.gz
ptxdist-449a193f9e3bafe9784c897cce71c731947ae348.tar.xz
* xorg-font*, xorg-lib-Xfont.in:
select Xfont support depending on installed fonts git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6820 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-font-ttf.in')
-rw-r--r--rules/xorg-font-ttf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/xorg-font-ttf.in b/rules/xorg-font-ttf.in
new file mode 100644
index 000000000..88b192b7e
--- /dev/null
+++ b/rules/xorg-font-ttf.in
@@ -0,0 +1,7 @@
+menuconfig XORG_FONT_TTF
+ depends on MENU_XORG_FONTS
+ select XORG_LIB_XFONT_FREETYPE
+ bool
+ prompt "xorg true/open type fonts "
+
+source "rules/xorg-font-bh-ttf.in"