From a4290b290b76251b59298d954c851b3d715bd1eb Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 14 Mar 2021 20:04:18 -0400 Subject: [PATCH] [host] cmake: link correctly against libxcb-xfixes.so We are using , so it makes sense to link against the xcb library instead of libXfixes.so directly. --- host/platform/Linux/capture/XCB/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/platform/Linux/capture/XCB/CMakeLists.txt b/host/platform/Linux/capture/XCB/CMakeLists.txt index aee57d87..470c5172 100644 --- a/host/platform/Linux/capture/XCB/CMakeLists.txt +++ b/host/platform/Linux/capture/XCB/CMakeLists.txt @@ -9,7 +9,7 @@ target_link_libraries(capture_XCB lg_common xcb xcb-shm - Xfixes + xcb-xfixes ) target_include_directories(capture_XCB