summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 7aac24b..eeed377 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -626,6 +626,10 @@
'--with-x11',
# Make the build less problematic.
'--disable-introspection',
+ # Do not use loadable modules. Same as with Pango, there's no easy way
+ # to make gdk-pixbuf pick instrumented versions over system-installed
+ # ones.
+ '--disable-modules',
],
'dependencies=': [],
'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh',