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:
stefan11111
2026-01-01 13:42:08 +02:00
committed by Enrico Weigelt
parent 2a41522349
commit dc39eda42b
26 changed files with 47 additions and 61 deletions

View File

@@ -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