diff options
author | Luc Verhaegen <libv@skynet.be> | 2005-12-28 15:22:21 +0000 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2005-12-28 15:22:21 +0000 |
commit | 3664c3ebf348d07ae3fe301fb8720adf32cf6d64 (patch) | |
tree | e4f1526ee35387348f292e5f87c78eb59de34c7a /configure.ac | |
parent | 08708f7d616a7c0a596fb71dd7acd76d45257fec (diff) |
Bug #5153: standalone CVT modeline generator.
- add hw/xfree86/utils/cvt/, cvt.c, cvt.man.pre and Makefile.am.
- Adjust configure.ac and hw/xfree86/utils/Makefile.am for cvt.
- Add MonPtr->reducedblanking and Option "ReducedBlanking" to the Monitor
section.
- Check for reduced blanking in xf86CheckModeForMonitor and disallow modes
with less than 25% blanking otherwise.
- Fix some warnings in hw/xfree86/common/xf86Config.c.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2709bc656..fb72b9cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -1586,6 +1586,7 @@ hw/xfree86/xf8_16bpp/Makefile hw/xfree86/xf8_32bpp/Makefile hw/xfree86/xf8_32wid/Makefile hw/xfree86/utils/Makefile +hw/xfree86/utils/cvt/Makefile hw/xfree86/utils/gtf/Makefile hw/xfree86/utils/ioport/Makefile hw/xfree86/utils/kbd_mode/Makefile |