From e0b6dd9171e56702b2082e50aec877b1c26fe08e Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 8 Dec 2015 17:02:41 +0800 Subject: [PATCH] Link a few more X libraries --- brightray/brightray.gyp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brightray/brightray.gyp b/brightray/brightray.gyp index ba54dd5980b9..0f16122de5a3 100644 --- a/brightray/brightray.gyp +++ b/brightray/brightray.gyp @@ -1,7 +1,7 @@ { 'variables': { # The libraries brightray will be compiled to. - 'linux_system_libraries': 'gtk+-2.0 libnotify dbus-1 x11 xi xrandr xcomposite xext gconf-2.0 gmodule-2.0 nss' + 'linux_system_libraries': 'gtk+-2.0 libnotify dbus-1 x11 xi xcursor xdamage xrandr xcomposite xext xfixes xrender xtst gconf-2.0 gmodule-2.0 nss' }, 'includes': [ 'filenames.gypi', @@ -108,7 +108,6 @@ '-lresolv', '-lfontconfig', '-lfreetype', - '-lXcursor -lXfixes -lXrender -lXdamage -lXtst', '-lexpat', ], },