summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordawes <dawes>2005-02-09 21:46:51 +0000
committerdawes <dawes>2005-02-09 21:46:51 +0000
commit998857a5d3e6624a502ddbb02c1272971ee6833c (patch)
treef5255b20a6230d7f30f6c1e82c4ae31cb54186b4
parentb74e1eea5e9b33310eabb2600468b51f28bc3b5b (diff)
Make the XFree86 server the default for Sun.
-rw-r--r--programs/Xserver/Imakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/programs/Xserver/Imakefile b/programs/Xserver/Imakefile
index d9f0bd5ea..810ab0c08 100644
--- a/programs/Xserver/Imakefile
+++ b/programs/Xserver/Imakefile
@@ -1,7 +1,7 @@
/*
* Server Master Makefile
*/
-XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.308tsi Exp $
+XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.309 2005/02/07 01:38:23 tsi Exp $
/*
* Copyright (c) 1994-2004 by The XFree86 Project, Inc.
@@ -453,7 +453,7 @@ SUNLIBS = hw/sun/LibraryTargetName(sun) CFB8Libs
SUNSYSLIBS = $(FONTLIBS) $(WIDECHARSYSLIB) $(SYSLIBS)
SetUIDServerTarget(Xsun,$(SUNDIRS),$(SUNOBJS), \
$(SUNLIBS),$(SUNSYSLIBS))
-#ifndef ServerToInstall
+#if !defined(ServerToInstall) && (!defined(XF86Server) || !XF86Server)
#define ServerToInstall Xsun
#endif
#endif /* XsunServer */
@@ -482,7 +482,7 @@ SUN24OBJS = hw/sun/sunInitMulti.o
SUN24LIBS = hw/sun/LibraryTargetName(sun) CFBLibs
SetUIDServerTarget(Xsun24,$(SUN24DIRS),$(SUN24OBJS), \
$(SUN24LIBS),$(FONTLIBS) $(SYSLIBS))
-#ifndef ServerToInstall
+#if !defined(ServerToInstall) && (!defined(XF86Server) || !XF86Server)
#define ServerToInstall Xsun24
#endif
#endif /* Xsun24Server */
@@ -503,7 +503,7 @@ SUNMOBJS = hw/sun/sunInitMono.o hw/sun/sunInExMono.o
SUNMLIBS = hw/sun/LibraryTargetName(sun) MFBLibs
SetUIDServerTarget(XsunMono,$(SUNMDIRS),$(SUNMOBJS), \
$(SUNMLIBS),$(FONTLIBS) $(SYSLIBS))
-#ifndef ServerToInstall
+#if !defined(ServerToInstall) && (!defined(XF86Server) || !XF86Server)
#define ServerToInstall XsunMono
#endif
#endif /* XsunMonoServer */