Now that we're building pango's language modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'pango.modules' file

This commit is contained in:
John Emmas 2014-11-24 12:58:26 +00:00
parent c7ddedc5b8
commit bf2625de40
1 changed files with 4 additions and 1 deletions

View File

@ -475,9 +475,12 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir)
}
fixup_fonts_config();
fixup_pango_config();
fixup_clearlooks_config();
fixup_pixbuf_loaders_config();
#ifdef DLL_PANGO_MODULES
fixup_pango_config();
#endif
}