mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 13:55:32 +02:00
ok x11 fine
This commit is contained in:
parent
6e0ea7f898
commit
38708c35bb
3 changed files with 29 additions and 18 deletions
8
externals/CMakeLists.txt
vendored
8
externals/CMakeLists.txt
vendored
|
|
@ -412,11 +412,3 @@ if (APPLE)
|
|||
set(MOLTENVK_LIBRARY "${moltenvk_SOURCE_DIR}/MoltenVK/dylib/macOS/libMoltenVK.dylib" CACHE STRING "" FORCE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# must match src/video_core/vulkan_common/vulkan.h logic
|
||||
# No we can't "bundle" this... never... NEVER
|
||||
if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4)
|
||||
# ...
|
||||
else()
|
||||
find_package(X11 REQUIRED)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue