Xcomposite is needed for ia32 build

This commit is contained in:
Cheng Zhao 2015-12-08 16:55:59 +08:00
parent 161147fa1a
commit c9376142ca

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 xext gconf-2.0 gmodule-2.0 nss' 'linux_system_libraries': 'gtk+-2.0 libnotify dbus-1 x11 xi xrandr xcomposite xext gconf-2.0 gmodule-2.0 nss'
}, },
'includes': [ 'includes': [
'filenames.gypi', 'filenames.gypi',
@ -108,7 +108,7 @@
'-lresolv', '-lresolv',
'-lfontconfig', '-lfontconfig',
'-lfreetype', '-lfreetype',
'-lX11 -lXcursor -lXext -lXfixes -lXrender -lXcomposite -lXdamage -lXtst -lXrandr', '-lXcursor -lXfixes -lXrender -lXdamage -lXtst',
'-lexpat', '-lexpat',
], ],
}, },