summaryrefslogtreecommitdiffstats
path: root/app/app_base.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_base.gypi')
-rw-r--r--app/app_base.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 6991816..4f391c5 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -213,7 +213,13 @@
'../build/linux/system.gyp:fontconfig',
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:x11',
+ '../build/linux/system.gyp:xext',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lXrender', # For XRender* function calls in x11_util.cc.
+ ],
+ },
'conditions': [
['toolkit_views==0', {
# Note: because of gyp predence rules this has to be defined as