debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 97b9f26798ead9d9d79c6915f84d9dcdc30459e3
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Aug 23 10:53:41 2009 +0200

    Add built-ins to the default font path so that non-Xorg servers can use them
    
    Closes: #542707

diff --git a/debian/changelog b/debian/changelog
index 865490d..984a16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xorg-server (2:1.6.3-2) UNRELEASED; urgency=low
 
   * Add patch stolen from Fedora to add the vboxvideo driver to the
     autodetection routine (closes: #540884).
+  * Add built-ins to the default font path so that non-Xorg servers can use
+    them (closes: #542707).  Thanks, Josselin Mouette!
 
  -- Julien Cristau <jcris...@debian.org>  Tue, 11 Aug 2009 11:09:25 +0200
 
diff --git a/debian/rules b/debian/rules
index c933d29..d0e6f7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ confflags += \
             --with-int10=x86emu \
             --with-os-vendor="$(VENDOR)" \
             --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) 
($(BUILDER))" \
-            
--with-default-font-path="/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 \
+            
--with-default-font-path="/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,built-ins"
 \
             --with-xkb-path=/usr/share/X11/xkb \
             --with-xkb-output=/var/lib/xkb \
             --disable-builddocs \


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to