Because we're building the gdk-pixbuf modules statically (i.e. no longer as DLLs) it's not necessary to edit the user's 'gdk-pixbuf.loaders' file (MSVC build only)

This commit is contained in:
John Emmas 2014-12-02 19:08:12 +00:00
parent 94b26cd9af
commit ec00c6d652

View File

@ -476,8 +476,10 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir)
fixup_fonts_config();
fixup_clearlooks_config();
fixup_pixbuf_loaders_config();
#ifdef DLL_PIXBUF_LOADERS
fixup_pixbuf_loaders_config();
#endif
#ifdef DLL_PANGO_MODULES
fixup_pango_config();
#endif