From fe053426e2cf4f2fec62b7a695d54dc70fbe5afd Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 27 Jun 2022 13:48:41 +0200 Subject: [PATCH] Add missing lib dependency on X11. Bug: b/36882554 Change-Id: I723d8c2876b963b43429d4fa322d6e09380d8f32 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267001 Reviewed-by: Oleh Prypin Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#37339} --- modules/desktop_capture/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop_capture/BUILD.gn b/modules/desktop_capture/BUILD.gn index 27e35b5f4b..a3fb138e63 100644 --- a/modules/desktop_capture/BUILD.gn +++ b/modules/desktop_capture/BUILD.gn @@ -179,6 +179,7 @@ if (rtc_include_tests) { if (is_linux || is_chromeos) { sources += [ "screen_drawer_linux.cc" ] + libs = [ "X11" ] } if (is_mac) {