Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c8e76124bbb08c0046c7e5da1230607a8285a078)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c8e76124bbb08c0046c7e5da1230607a8285a078)
  • Date: Thu, 20 Nov 2008 18:33:11 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

xorg-xserver/xorg-server/CONFIGURE | 6 ++++++
xorg-xserver/xorg-server/HISTORY | 3 +++
2 files changed, 9 insertions(+)

New commits:
commit c8e76124bbb08c0046c7e5da1230607a8285a078
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xorg-server: Added configure option to use builtin bitmap
fonts. Makes server usable even if no fonts are installed.

diff --git a/xorg-xserver/xorg-server/CONFIGURE
b/xorg-xserver/xorg-server/CONFIGURE
index afff506..c008a67 100755
--- a/xorg-xserver/xorg-server/CONFIGURE
+++ b/xorg-xserver/xorg-server/CONFIGURE
@@ -204,6 +204,12 @@ config_query_option XORG_SERVER_OPTS
\
"--enable-kbd_mode" \
"--disable-kbd_mode"
&&

+config_query_option XORG_SERVER_OPTS \
+ "Enable builtin bitmap fonts?" \
+ n \
+ "--enable-builtin-fonts" \
+ "--disable-builtin-fonts"
&&
+
config_query_multi XORG_SERVER_FONT_100DPI \
"Which 100dpi fonts do you want?" \
all \
diff --git a/xorg-xserver/xorg-server/HISTORY
b/xorg-xserver/xorg-server/HISTORY
index 141c3b3..fd7d84c 100644
--- a/xorg-xserver/xorg-server/HISTORY
+++ b/xorg-xserver/xorg-server/HISTORY
@@ -1,3 +1,6 @@
+2008-11-20 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: Add option to use build builtin bitmap fonts
+
2008-11-10 Eric Sandall <sandalle AT sourcemage.org>
* FINAL: Add info for kbd/mouse drivers in 1.5.3





Archive powered by MHonArc 2.6.24.

Top of Page