From 6e0ea7f8984d962268a088311e831a3accb626f6 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 23d49d8dcc..ea4395ca7d 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