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

George Sherwood scm at sourcemage.org
Thu Nov 20 19:33:11 EST 2008


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
 



More information about the SM-Commit mailing list