Add freetype & type1 to the LoadModules ignore list

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Alan Coopersmith 2009-12-14 18:46:00 -08:00
parent 4548366c22
commit a2daadf914
1 changed files with 3 additions and 1 deletions

View File

@ -249,7 +249,9 @@ xf86ModulelistFromConfig(pointer **optlist)
{
int count = 0, i = 0;
char **modulearray;
char *ignore[] = { "GLcore", "speedo", "bitmap", "drm", NULL };
char *ignore[] = { "GLcore", "speedo", "bitmap", "drm",
"freetype", "type1",
NULL };
pointer *optarray;
XF86LoadPtr modp;
Bool found;