mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-28 16:15:34 +02:00
nvm not x11::x11
This commit is contained in:
parent
c978d94bbb
commit
6e0ea7f898
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue