summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/app_base.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi
index c89dcb8..802a0d2 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -185,6 +185,9 @@
'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
+ # font_gtk.cc uses fontconfig.
+ # TODO(evanm): I think this is wrong; it should just use GTK.
+ '../build/linux/system.gyp:fontconfig',
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:x11',
],