aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/images.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/images.gyp')
-rw-r--r--gyp/images.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 7aacd9ac14..e052f1e34d 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -96,13 +96,13 @@
# Any targets that depend on this target should link in libpng and
# our code that calls it.
# See http://code.google.com/p/gyp/wiki/InputFormatReference#Dependent_Settings
- 'dependencies' : [
- 'libpng.gyp:libpng',
- ],
'link_settings': {
'sources': [
'../src/images/SkImageDecoder_libpng.cpp',
],
+ 'libraries': [
+ '-lpng',
+ ],
},
# end libpng stuff
}],