diff options
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 995e690..1d65704 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -44,6 +44,7 @@ 'conditions': [ ['OS=="linux"', { 'dependencies': [ + '../third_party/harfbuzz/harfbuzz.gyp:*', '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', ], }], |