mirror of
https://github.com/PabloMK7/citra.git
synced 2025-04-28 19:17:58 +03:00
Remove references to duckstation folder
This commit is contained in:
parent
2f649d092c
commit
215a25c05a
1 changed files with 0 additions and 30 deletions
|
@ -290,36 +290,6 @@ elseif (WIN32)
|
|||
set_target_properties(citra-qt PROPERTIES LINK_FLAGS_RELEASE "-mwindows")
|
||||
endif()
|
||||
|
||||
elseif(UNIX)
|
||||
find_package(X11 REQUIRED)
|
||||
find_package(EGL REQUIRED)
|
||||
|
||||
option(ENABLE_WAYLAND "Enable Wayland support" ON)
|
||||
|
||||
if (ENABLE_WAYLAND)
|
||||
|
||||
find_package(Wayland REQUIRED Client)
|
||||
|
||||
target_compile_definitions(citra PRIVATE WAYLAND_ENABLED)
|
||||
|
||||
target_sources(citra PRIVATE
|
||||
externals/duckstation/gl/context_egl_wayland.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
target_sources(citra PRIVATE
|
||||
externals/duckstation/gl/context.cpp
|
||||
externals/duckstation/gl/context_egl.cpp
|
||||
externals/duckstation/gl/context_egl_x11.cpp
|
||||
externals/duckstation/gl/context_glx.cpp
|
||||
externals/duckstation/gl/x11_window.cpp
|
||||
|
||||
../../externals/glad/src/glad_egl.c
|
||||
../../externals/glad/src/glad_glx.c
|
||||
)
|
||||
target_link_libraries(citra PRIVATE "${X11_LIBRARIES}" "${EGL_LIBRARIES}")
|
||||
target_include_directories(citra PRIVATE "${X11_INCLUDE_DIR}")
|
||||
add_compile_definitions(QAPPLICATION_CLASS=QApplication)
|
||||
endif()
|
||||
|
||||
if(ENABLE_SDL2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue