From fc96b6691e1895a8e85cae943f383ac6b4441643 Mon Sep 17 00:00:00 2001 From: Quantum Date: Fri, 11 Feb 2022 19:51:10 -0500 Subject: [PATCH] [host] linux: remove useless libX11 dependency --- host/platform/Linux/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/host/platform/Linux/CMakeLists.txt b/host/platform/Linux/CMakeLists.txt index ebfe71a2..383a6999 100644 --- a/host/platform/Linux/CMakeLists.txt +++ b/host/platform/Linux/CMakeLists.txt @@ -15,7 +15,6 @@ target_link_libraries(platform_Linux m capture pthread - X11 ) target_include_directories(platform_Linux