mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 09:38:14 +02:00
Don't try to load DRI2 if built without it.
This commit is contained in:
parent
66d7c9de82
commit
e2bbf2d248
1 changed files with 2 additions and 0 deletions
|
|
@ -121,7 +121,9 @@ static ModuleDefault ModuleDefaults[] = {
|
||||||
{.name = "record", .toLoad = TRUE, .load_opt=NULL},
|
{.name = "record", .toLoad = TRUE, .load_opt=NULL},
|
||||||
#endif
|
#endif
|
||||||
{.name = "dri", .toLoad = TRUE, .load_opt=NULL},
|
{.name = "dri", .toLoad = TRUE, .load_opt=NULL},
|
||||||
|
#ifdef DRI2
|
||||||
{.name = "dri2", .toLoad = TRUE, .load_opt=NULL},
|
{.name = "dri2", .toLoad = TRUE, .load_opt=NULL},
|
||||||
|
#endif
|
||||||
{.name = NULL, .toLoad = FALSE, .load_opt=NULL}
|
{.name = NULL, .toLoad = FALSE, .load_opt=NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue