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:
parent
94b26cd9af
commit
ec00c6d652
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user