diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index e3ceeae..ae3ccd7 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -687,6 +687,9 @@ ], }], [ 'OS == "linux"', { + 'dependencies': [ + '../build/linux/system.gyp:gtk', + ], 'cflags': [ '-Wno-unused', '-Wno-unused-function', |