If we've selected X, select the compat21 distribution as well.

This commit is contained in:
Jordan K. Hubbard 1996-05-01 08:50:00 +00:00
parent 56359f702d
commit e4465ce377
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: dist.c,v 1.48 1996/04/29 21:15:40 jkh Exp $
* $Id: dist.c,v 1.49 1996/05/01 08:42:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -283,7 +283,7 @@ distSetXF86(dialogMenuItem *self)
if (XF86FontDists)
XF86Dists |= DIST_XF86_FONTS;
if (XF86Dists)
Dists |= DIST_XF86;
Dists |= (DIST_XF86 | DIST_COMPAT21); /* XXX for now we need compat21 for X to work XXX */
msgDebug("SetXF86 Masks: Server: %0x, Fonts: %0x, XDists: %0x, Dists: %0x\n",
XF86ServerDists, XF86FontDists, XF86Dists, Dists);
}

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: dist.c,v 1.48 1996/04/29 21:15:40 jkh Exp $
* $Id: dist.c,v 1.49 1996/05/01 08:42:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -283,7 +283,7 @@ distSetXF86(dialogMenuItem *self)
if (XF86FontDists)
XF86Dists |= DIST_XF86_FONTS;
if (XF86Dists)
Dists |= DIST_XF86;
Dists |= (DIST_XF86 | DIST_COMPAT21); /* XXX for now we need compat21 for X to work XXX */
msgDebug("SetXF86 Masks: Server: %0x, Fonts: %0x, XDists: %0x, Dists: %0x\n",
XF86ServerDists, XF86FontDists, XF86Dists, Dists);
}