mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-30 18:30:51 +00:00
ok x11 fine
This commit is contained in:
Vendored
-8
@@ -411,11 +411,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()
|
||||
|
||||
Reference in New Issue
Block a user