mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
Don't try to load DRI2 if built without it.
(cherry picked from commit e2bbf2d248)
This commit is contained in:
parent
ccb373f2fb
commit
9ab88bb9b1
1 changed files with 2 additions and 0 deletions
|
|
@ -123,7 +123,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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue