Bug 490 - RFE: There should be a build option to turn off building of the bitmap fonts
Summary: RFE: There should be a build option to turn off building of the bitmap fonts
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Fonts/other (show other bugs)
Version: git
Hardware: All All
: high enhancement
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-17 10:38 UTC by Roland Mainz
Modified: 2005-07-04 13:06 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Roland Mainz 2004-04-17 10:38:46 UTC
RFE: There should be a build option to turn off building of the bitmap fonts.
Right now there are various flags like |BuildType1|, |BuildCID| etc. which
control whether the build systems steps into the subdirs in
xc/font/scaled/Type1, xc/font/scaled/CID, etc. or not... I think it would be
nice to have a similar flag for the bitmap fonts which can be set to |NO| on
demand (default value should be |YES|, e.g. no change in the default build).
Comment 1 Adam Jackson 2004-08-03 20:27:03 UTC
from xorgsite.def:

---
/*
 * To not build/install the 75dpi fonts, uncomment the following
 *
#define Build75DpiFonts         NO
 */

/*
 * To not build/install the 100dpi fonts, uncomment the following
 *
#define Build100DpiFonts        NO
 */
---

is this not what you want?
Comment 2 Adam Jackson 2005-07-03 16:02:26 UTC
this option has been there for a while now.  if it's not doing what you want,
please reopen.
Comment 3 Mike A. Harris 2005-07-05 06:06:09 UTC
The various font Imake directives including those listed above work for
Red Hat in our builds for a long time now.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.