Add libpulse to dependencies of mips64el
This commit is contained in:
parent
db6de6a2b2
commit
a2f95c5f90
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
{
|
{
|
||||||
'variables': {
|
'variables': {
|
||||||
# The libraries brightray will be compiled to.
|
# The libraries brightray will be compiled to.
|
||||||
'linux_system_libraries': 'gtk+-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'
|
'linux_system_libraries': 'gtk+-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': [
|
||||||
|
['target_arch=="mips64el"', {
|
||||||
|
'linux_system_libraries': '<(linux_system_libraries) libpulse',
|
||||||
|
}],
|
||||||
|
],
|
||||||
},
|
},
|
||||||
'includes': [
|
'includes': [
|
||||||
'filenames.gypi',
|
'filenames.gypi',
|
||||||
|
|
Loading…
Reference in a new issue