summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_msvc.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:58:26 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:58:26 +0000
commitbf2625de40108740ce08c9ecce46c352aadc292a (patch)
treee79e9d410a5f0edfbe9eae1cf428750cdaa83956 /gtk2_ardour/bundle_env_msvc.cc
parentc7ddedc5b86ead3d74ffe2061ff850bf02c46edc (diff)
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
Diffstat (limited to 'gtk2_ardour/bundle_env_msvc.cc')
-rw-r--r--gtk2_ardour/bundle_env_msvc.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/bundle_env_msvc.cc b/gtk2_ardour/bundle_env_msvc.cc
index 5e2da98bd4..afba402296 100644
--- a/gtk2_ardour/bundle_env_msvc.cc
+++ b/gtk2_ardour/bundle_env_msvc.cc
@@ -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
}