mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 12:20:04 +00:00
wayland: Clean up library references
This commit is contained in:
parent
99b9cec967
commit
5f1a26237b
23 changed files with 202 additions and 251 deletions
|
@ -312,10 +312,8 @@ elseif(UNIX)
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue