KDrive: Xephyr: Fix non-GLX builds

Only set noGlxExtension if we're actually building GLX.
This commit is contained in:
Daniel Stone 2007-12-06 00:46:32 +00:00
parent d37351308b
commit 9f4689173e

View File

@ -47,7 +47,9 @@ InitCard (char *name)
void
InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
{
#ifdef GLXEXT
noGlxExtension=TRUE;
#endif
KdInitOutput (pScreenInfo, argc, argv);
}