diff options
Diffstat (limited to 'printing/printing.gyp')
-rw-r--r-- | printing/printing.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp index c6340ec..d1a7d85 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -68,6 +68,12 @@ }, { # else: OS=="win" 'sources/': [['exclude', '_posix\\.cc$']] }], + ['OS=="linux"', { + 'dependencies': [ + # For FT_Init_FreeType and friends. + '../build/linux/system.gyp:freetype2', + ], + }], ], }, { @@ -101,7 +107,6 @@ ], ['OS=="linux"', { 'dependencies': [ - '../build/linux/system.gyp:fontconfig', '../build/linux/system.gyp:gtk', ], }], |