From 70b680efe8b986a6fd6764954efe98a5694f3311 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= <krh@fedoraproject.org>
Date: Fri, 8 Sep 2006 01:19:30 +0000
Subject: [PATCH] =?UTF-8?q?*=20Thu=20Sep=20=207=202006=20Kristian=20H?=
 =?UTF-8?q?=C3=B8gsberg=20<krh@redhat.com>=20-=201.1.1-37.fc6=20-=20Add=20?=
 =?UTF-8?q?"built-ins"=20to=20default=20font=20path.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 xorg-x11-server.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index 3667066..c43adea 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -3,7 +3,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.1.1
-Release:   36%{?dist}
+Release:   37%{?dist}
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X
@@ -393,7 +393,7 @@ aclocal ; automake ; autoconf
 	--enable-xtrap \
 	--enable-xcsecurity \
 	--enable-xevie \
-	--with-default-font-path="unix/:7100" \
+	--with-default-font-path="unix/:7100,built-ins" \
 	--with-module-dir=%{moduledir} \
 	--with-os-name="Fedora Core 5" \
 	--with-os-vendor="Red Hat, Inc." \
@@ -705,6 +705,9 @@ rm -rf $RPM_BUILD_ROOT
 # -------------------------------------------------------------------
 
 %changelog
+* Thu Sep  7 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-37.fc6
+- Add "built-ins" to default font path.
+
 * Wed Sep  6 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-36.fc6
 - Enable builtin fallback versions of cursor and fixed fonts.