Update link lib in brightray

This commit is contained in:
Nitish Sakhawalkar 2018-05-09 17:46:59 -07:00 committed by Samuel Attard
parent ddaf2cfdc5
commit 58b9203b9b

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+-3.0 dbus-1 x11 x11-xcb xcb xi xcursor xdamage xrandr xcomposite xext xfixes xrender xtst xscrnsaver gconf-2.0 gmodule-2.0 nss', 'linux_system_libraries': 'gtk+-3.0 atk-bridge-2.0 dbus-1 x11 x11-xcb xcb xi xcursor xdamage xrandr xcomposite xext xfixes xrender xtst xscrnsaver gconf-2.0 gmodule-2.0 nss',
'conditions': [ 'conditions': [
['target_arch=="mips64el"', { ['target_arch=="mips64el"', {
'linux_system_libraries': '<(linux_system_libraries) libpulse', 'linux_system_libraries': '<(linux_system_libraries) libpulse',