Skip to content

Commit

Permalink
Instrumented libraries: disallow loadable modules for gdk-pixbuf.
Browse files Browse the repository at this point in the history
This eliminates a warning in the best case, a startup crash in the worst case.

BUG=456636
TBR=glider@chromim.org
NOTRY=true

Review URL: https://codereview.chromium.org/911963002

Cr-Commit-Position: refs/heads/master@{#315604}
  • Loading branch information
earthdok authored and Commit bot committed Feb 10, 2015
1 parent 2bf604e commit a426024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/instrumented_libraries/instrumented_libraries.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a426024

Please sign in to comment.