summaryrefslogtreecommitdiffstats
path: root/rules/xorg-font-75dpi-trans.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-12-15 16:27:16 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-12-15 16:27:16 +0000
commit565fad40798172bf3effa9c4eb71f43ce752a94d (patch)
tree7280a67eac06752b9706cbdeeaf7a45b4bba7d55 /rules/xorg-font-75dpi-trans.in
parentdfec805e40eb1459fa0a92b2ea20cd6d0be69228 (diff)
downloadptxdist-565fad40798172bf3effa9c4eb71f43ce752a94d.tar.gz
ptxdist-565fad40798172bf3effa9c4eb71f43ce752a94d.tar.xz
missed files in last commitment
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6504 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-font-75dpi-trans.in')
-rw-r--r--rules/xorg-font-75dpi-trans.in60
1 files changed, 60 insertions, 0 deletions
diff --git a/rules/xorg-font-75dpi-trans.in b/rules/xorg-font-75dpi-trans.in
new file mode 100644
index 000000000..4f07bd5a2
--- /dev/null
+++ b/rules/xorg-font-75dpi-trans.in
@@ -0,0 +1,60 @@
+# evil hack to break dependencies, so that we can put the transcode
+# menu under menuconfig
+comment "invisible line"
+ depends on BROKEN
+menu "xorg 75 dpi fonts(transcoded) "
+ depends on XORG_FONT_75DPI
+
+config XORG_FONT_ADOBE_75DPI_TRANS
+ bool
+ depends on XORG_FONT_75DPI
+ prompt "Adobe 75dpi transcoded"
+ help
+ xfonts-75dpi provides a set of bitmapped fonts
+ at 75 dots per inch. In most cases it is desirable
+ to have the X font server (xfs) and/or an X server
+ installed to make the fonts available to X clients.
+ This package contains only fonts in the ISO 10646-1,
+ ISO 8859-1 and ISO 8859-15 encodings
+ This package contains fonts in several ISO 8859
+ encodings: -2, -3, -4, -9, -10, -13 and -14.
+
+config XORG_FONT_ADOBE_UTOPIA_75DPI_TRANS
+ bool
+ depends on XORG_FONT_75DPI
+ select HOST_BDFTOPCF
+ prompt "Adobe Utopia 75dpi transcoded"
+ help
+ adobe utopia fonts, containing Utopia Regular,
+ Utopia Italic, Utopia Bold and Utopia Bold Italic.
+ This package contains only fonts in the ISO 10646-1,
+ ISO 8859-1 and ISO 8859-15 encodings.
+ This package contains fonts in several ISO 8859
+ encodings: -2, -3, -4, -9, -10, -13 and -14.
+config XORG_FONT_BH_75DPI_TRANS
+ bool
+ depends on XORG_75DPI
+ select HOST_BDFTOPCF
+ prompt "BH 75dpi transcoded"
+ help
+ This package contains fonts in several ISO 8859
+ encodings: -2, -3, -4, -9, -10, -13 and -14.
+
+config XORG_FONT_BH_LUCIDATYPEWRITER_75DPI_TRANS
+ bool
+ depends on XORG_FONT_75DPI
+ select HOST_BDFTOPCF
+ prompt "BH Lucida Typewriter 75dpi transcoded"
+ help
+ This package contains fonts in several ISO 8859
+ encodings: -2, -3, -4, -9, -10, -13 and -14.
+
+config XORG_FONT_BITSTREAM_75DPI_TRANS
+ bool
+ depends on XORG_FONT_75DPI
+ prompt "Bitstream 75dpi transcoded"
+ help
+ This package contains fonts in several ISO 8859
+ encodings: -2, -3, -4, -9, -10, -13 and -14.
+
+endmenu