Link a few more X libraries

This commit is contained in:
Cheng Zhao 2015-12-08 17:02:41 +08:00
parent c9376142ca
commit e0b6dd9171

View file

@ -1,7 +1,7 @@
{ {
'variables': { 'variables': {
# The libraries brightray will be compiled to. # The libraries brightray will be compiled to.
'linux_system_libraries': 'gtk+-2.0 libnotify dbus-1 x11 xi xrandr xcomposite xext gconf-2.0 gmodule-2.0 nss' 'linux_system_libraries': 'gtk+-2.0 libnotify dbus-1 x11 xi xcursor xdamage xrandr xcomposite xext xfixes xrender xtst gconf-2.0 gmodule-2.0 nss'
}, },
'includes': [ 'includes': [
'filenames.gypi', 'filenames.gypi',
@ -108,7 +108,6 @@
'-lresolv', '-lresolv',
'-lfontconfig', '-lfontconfig',
'-lfreetype', '-lfreetype',
'-lXcursor -lXfixes -lXrender -lXdamage -lXtst',
'-lexpat', '-lexpat',
], ],
}, },