From 964bad08a1c728072acd50d9264b8c203746e5fd Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 13 Jun 2026 02:10:12 -0400 Subject: [PATCH] nvm not x11::x11 --- src/video_core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index badda7930b..6da474e71c 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -351,7 +351,7 @@ target_link_libraries(video_core PRIVATE sirit::sirit) if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4) # ... else() - target_link_libraries(video_core PUBLIC X11::X11) + target_link_libraries(video_core PUBLIC X11) endif() # Header-only stuff needed by all dependent targets