From a2f95c5f90d94289d04348e581fd4a6878d1c003 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 22 Nov 2017 18:11:19 +0900 Subject: [PATCH] Add libpulse to dependencies of mips64el --- brightray/brightray.gyp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/brightray/brightray.gyp b/brightray/brightray.gyp index 3f6c3283cb33..98315395b692 100644 --- a/brightray/brightray.gyp +++ b/brightray/brightray.gyp @@ -1,7 +1,12 @@ { 'variables': { # 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': [ 'filenames.gypi',