From: djsollen@google.com Date: Fri, 24 Feb 2012 19:45:16 +0000 (+0000) Subject: Enable Android GM to produce PNG images. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~16782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85c1c6ed88a79b27fcb059cf7e399e1bf1d65198;p=platform%2Fupstream%2FlibSkiaSharp.git Enable Android GM to produce PNG images. git-svn-id: http://skia.googlecode.com/svn/trunk@3253 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/gyp/images.gyp b/gyp/images.gyp index 9785b3f..851fa29 100644 --- a/gyp/images.gyp +++ b/gyp/images.gyp @@ -130,6 +130,9 @@ 'android_system.gyp:gif', 'android_system.gyp:png', ], + 'defines': [ + 'SK_ENABLE_LIBPNG', + ], }], ], 'direct_dependent_settings': {