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:
parent
c9726bbe31
commit
fbdf493a3e
|
@ -249,7 +249,9 @@ xf86ModulelistFromConfig(pointer **optlist)
|
||||||
{
|
{
|
||||||
int count = 0, i = 0;
|
int count = 0, i = 0;
|
||||||
char **modulearray;
|
char **modulearray;
|
||||||
char *ignore[] = { "GLcore", "speedo", "bitmap", "drm", NULL };
|
char *ignore[] = { "GLcore", "speedo", "bitmap", "drm",
|
||||||
|
"freetype", "type1",
|
||||||
|
NULL };
|
||||||
pointer *optarray;
|
pointer *optarray;
|
||||||
XF86LoadPtr modp;
|
XF86LoadPtr modp;
|
||||||
Bool found;
|
Bool found;
|
||||||
|
|
Loading…
Reference in New Issue