Browse Source

nvm not x11::x11

lizzie/netbsdgcc14-fix
lizzie 3 months ago
parent
commit
429f380a93
  1. 2
      src/video_core/CMakeLists.txt

2
src/video_core/CMakeLists.txt

@ -385,7 +385,7 @@ target_link_libraries(video_core PRIVATE sirit::sirit)
if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4) if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4)
# ... # ...
else() else()
target_link_libraries(video_core PUBLIC X11::X11)
target_link_libraries(video_core PUBLIC X11)
endif() endif()
# Header-only stuff needed by all dependent targets # Header-only stuff needed by all dependent targets

Loading…
Cancel
Save