From ea0b3f65f77a78df1671b09739c00762a8875607 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 16 Feb 2006 21:45:12 +0000 Subject: [PATCH] Fix build of Xorg by putting xf86bigfont back into builtin instead of module sources list. --- ChangeLog | 6 ++++++ Xext/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aadfc9b04..0bb3649a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-16 Eric Anholt + + * Xext/Makefile.am: + Fix build of Xorg by putting xf86bigfont back into builtin instead of + module sources list. + 2006-02-16 Eric Anholt * configure.ac: diff --git a/Xext/Makefile.am b/Xext/Makefile.am index c62e75410..ddb1923a9 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -127,7 +127,7 @@ endif # XF86 Big Font extension BIGFONT_SRCS = xf86bigfont.c if XF86BIGFONT -MODULE_SRCS += $(BIGFONT_SRCS) +BUILTIN_SRCS += $(BIGFONT_SRCS) endif # DPMS extension