mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
Don't try to load DRI2 if built without it.
This commit is contained in:
@@ -121,7 +121,9 @@ static ModuleDefault ModuleDefaults[] = {
|
||||
{.name = "record", .toLoad = TRUE, .load_opt=NULL},
|
||||
#endif
|
||||
{.name = "dri", .toLoad = TRUE, .load_opt=NULL},
|
||||
#ifdef DRI2
|
||||
{.name = "dri2", .toLoad = TRUE, .load_opt=NULL},
|
||||
#endif
|
||||
{.name = NULL, .toLoad = FALSE, .load_opt=NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user