From 0ab8ca83650899e50a42a9064aace2aaa5595c52 Mon Sep 17 00:00:00 2001 From: phoglund Date: Mon, 7 Sep 2015 01:14:34 -0700 Subject: [PATCH] Remove x11 from libjingle_media This generates incorrect -lX11 with use_x11=0 in our other build system, which causes the standalone libjingle_media target to not build. This patch should fix that. I could remove -lX11 completely, and libjingle still links fine. So does Chrome if I do the corresponding change there, so I think this change is safe to make. BUG=None Review URL: https://codereview.webrtc.org/1306243013 Cr-Commit-Position: refs/heads/master@{#9869} --- talk/libjingle.gyp | 2 -- 1 file changed, 2 deletions(-) diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp index 6ae8d2ba80..10a7cbd1aa 100755 --- a/talk/libjingle.gyp +++ b/talk/libjingle.gyp @@ -563,8 +563,6 @@ ], 'libraries': [ '-lrt', - '-lXext', - '-lX11', ], }], ['OS=="win"', {