mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-05 20:04:13 +00:00
nvm not x11::x11
This commit is contained in:
@@ -353,7 +353,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
|
||||||
|
|||||||
Reference in New Issue
Block a user