mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Xcomposite is needed for ia32 build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
'variables': {
|
||||
# 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': [
|
||||
'filenames.gypi',
|
||||
@@ -108,7 +108,7 @@
|
||||
'-lresolv',
|
||||
'-lfontconfig',
|
||||
'-lfreetype',
|
||||
'-lX11 -lXcursor -lXext -lXfixes -lXrender -lXcomposite -lXdamage -lXtst -lXrandr',
|
||||
'-lXcursor -lXfixes -lXrender -lXdamage -lXtst',
|
||||
'-lexpat',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user