Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 925d657

Browse files
Add missing libraries when linking Linux revpdfprinter
1 parent eb2b3a3 commit 925d657

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

revpdfprinter/revpdfprinter.gyp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555
],
5656
},
5757
],
58+
[
59+
'OS == "linux"',
60+
{
61+
'libraries':
62+
[
63+
'-lfontconfig',
64+
'-lfreetype',
65+
'-lgobject-2.0',
66+
'-lpangoft2-1.0',
67+
],
68+
},
69+
],
5870
],
5971

6072
'xcode_settings':

0 commit comments

Comments
 (0)