mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-18 15:18:10 +02:00
Remove freetype from the list of autoloaded modules.
This commit is contained in:
parent
5d11ae7a69
commit
8441e26266
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ static ModuleDefault ModuleDefaults[] = {
|
|||
{.name = "extmod", .toLoad = TRUE, .load_opt=NULL},
|
||||
{.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue