mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
treewide: Move the dri2 extension to Xext and use it for all X servers
This is needed to get proton working in Xfbdev, but is probably useful in other places too. Xephyr has some unrelated issues regaring Xinput, so steam doesn't work there. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
2a41522349
commit
dc39eda42b
@@ -152,6 +152,9 @@ static const ExtensionModule staticExtensions[] = {
|
||||
#ifdef PRESENT
|
||||
{present_extension_init, "Present", NULL},
|
||||
#endif
|
||||
#ifdef DRI2
|
||||
{DRI2ExtensionInit, DRI2_NAME, &noDRI2Extension},
|
||||
#endif
|
||||
#ifdef DRI3
|
||||
{dri3_extension_init, "DRI3", NULL},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user