mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
Fix build of Xorg by putting xf86bigfont back into builtin instead of
module sources list.
This commit is contained in:
parent
d97f29be22
commit
ea0b3f65f7
2 changed files with 7 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue