nvm not x11::x11

This commit is contained in:
lizzie 2026-06-13 02:10:12 -04:00 committed by crueter
parent cc8e0a090c
commit 964bad08a1

View file

@ -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