mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 04:50:33 +01:00
KDrive: Xephyr: Fix non-GLX builds
Only set noGlxExtension if we're actually building GLX.
This commit is contained in:
parent
d37351308b
commit
9f4689173e
1 changed files with 2 additions and 0 deletions
|
|
@ -47,7 +47,9 @@ InitCard (char *name)
|
|||
void
|
||||
InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
|
||||
{
|
||||
#ifdef GLXEXT
|
||||
noGlxExtension=TRUE;
|
||||
#endif
|
||||
KdInitOutput (pScreenInfo, argc, argv);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue