Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver Pull up revision 1.23 (requested by jmc in ti...



details:   https://anonhg.NetBSD.org/src/rev/de211020d9b1
branches:  netbsd-3
changeset: 575228:de211020d9b1
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:38:07 2005 +0000

description:
Pull up revision 1.23 (requested by jmc in ticket #114):
The last of the changes for missing files in i386 vs xsrc.
+ build libafb for i386 (like xsrc does)
+ hook getconfig into the build
+ add new input driver acecad
+ add new xkb symbols
+ add new font encodings
It should be safe to update the set lists for i386 now.

diffstat:

 x11/Xserver/Makefile.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r eca1e5a54063 -r de211020d9b1 x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Wed Apr 06 21:38:02 2005 +0000
+++ b/x11/Xserver/Makefile.common       Wed Apr 06 21:38:07 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.20.2.2 2005/04/06 21:31:10 tron Exp $
+#      $NetBSD: Makefile.common,v 1.20.2.3 2005/04/06 21:38:07 tron Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -47,6 +47,10 @@
 XSERVER_NEEDS_XFONT=   yes
 XSERVER_NEEDS_MIEXT=   yes
 XSERVER_XFREE86=       yes
+# XXX xfree 4.5 installs libafb for i386 and others?
+.if ${MACHINE} == "i386"
+XSERVER_HAS_AFB=       yes
+.endif
 .endif
 
 .if ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcsh"



Home | Main Index | Thread Index | Old Index