mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 10:39:06 +02:00
Only autoload RECORD if it was enabled.
(cherry picked from commit 16a8ce7558)
This commit is contained in:
parent
81af92f5d9
commit
d1dd774910
1 changed files with 2 additions and 0 deletions
|
|
@ -119,7 +119,9 @@ static ModuleDefault ModuleDefaults[] = {
|
|||
{.name = "dbe", .toLoad = TRUE, .load_opt=NULL},
|
||||
{.name = "glx", .toLoad = TRUE, .load_opt=NULL},
|
||||
{.name = "freetype", .toLoad = TRUE, .load_opt=NULL},
|
||||
#ifdef XRECORD
|
||||
{.name = "record", .toLoad = TRUE, .load_opt=NULL},
|
||||
#endif
|
||||
{.name = "dri", .toLoad = TRUE, .load_opt=NULL},
|
||||
{.name = "dri2", .toLoad = TRUE, .load_opt=NULL},
|
||||
{.name = NULL, .toLoad = FALSE, .load_opt=NULL}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue