Fix build of Xorg by putting xf86bigfont back into builtin instead of

module sources list.
This commit is contained in:
Eric Anholt 2006-02-16 21:45:12 +00:00
parent d97f29be22
commit ea0b3f65f7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-02-16 Eric Anholt <anholt@FreeBSD.org>
* Xext/Makefile.am:
Fix build of Xorg by putting xf86bigfont back into builtin instead of
module sources list.
2006-02-16 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View File

@ -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