drop loading dri2
This commit is contained in:
parent
1b1382c9e1
commit
4d3aadb22f
|
@ -462,10 +462,6 @@ PreInit(ScrnInfoPtr pScrn, int flags)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DRI2
|
|
||||||
xf86LoadSubModule(pScrn, "dri2");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
fail:
|
fail:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue