From 540bb1a1b0dae9e5d14780faf576cea312d36c2e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 21 Jun 2018 01:45:41 -0400 Subject: [PATCH] Software: Don't link against X11 libraries The software backend doesn't actually use X11 in any capacity directly. --- Source/Core/VideoBackends/Software/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/VideoBackends/Software/CMakeLists.txt b/Source/Core/VideoBackends/Software/CMakeLists.txt index 5ab3e18b5a..ef5a1f509b 100644 --- a/Source/Core/VideoBackends/Software/CMakeLists.txt +++ b/Source/Core/VideoBackends/Software/CMakeLists.txt @@ -20,7 +20,4 @@ target_link_libraries(videosoftware PUBLIC common videocommon - -PRIVATE - ${X11_LIBRARIES} )