Skip to content

Commit

Permalink
Fix whitespace and disable pango for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jviereck authored and tj committed Jan 16, 2013
1 parent beba827 commit 41e6987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binding.gyp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'variables': { 'variables': {
'with_jpeg%': '<!(./util/has_lib.sh jpeg)', 'with_jpeg%': '<!(./util/has_lib.sh jpeg)',
'with_gif%': '<!(./util/has_lib.sh gif)', 'with_gif%': '<!(./util/has_lib.sh gif)',
'with_pango%': '<!(./util/has_lib.sh pangocairo)', 'with_pango%': 'false',
'with_freetype%': 'true' 'with_freetype%': 'true'
} }
}] }]
Expand Down Expand Up @@ -46,7 +46,7 @@
}, { # 'OS!="win"' }, { # 'OS!="win"'
'libraries': [ 'libraries': [
'<!@(./util/lib_lookup.sh pixman-1)', '<!@(./util/lib_lookup.sh pixman-1)',
'<!@(./util/lib_lookup.sh cairo)' '<!@(./util/lib_lookup.sh cairo)',
'<!@(./util/lib_lookup.sh libpng)' '<!@(./util/lib_lookup.sh libpng)'
] ]
}], }],
Expand Down

0 comments on commit 41e6987

Please sign in to comment.