mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix Linux build: search for gthread-2.0 and pangocairo, then add both these libs to wx dependencies
This commit is contained in:
5
Externals/wxWidgets3/CMakeLists.txt
vendored
5
Externals/wxWidgets3/CMakeLists.txt
vendored
@ -875,6 +875,11 @@ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
${SRCS_GTK}
|
||||
${SRCS_UNIX}
|
||||
${SRCS_UNIXGTK})
|
||||
set(LIBS
|
||||
png
|
||||
${GTHREAD2_LIBRARIES}
|
||||
${PANGOCAIRO_LIBRARIES}
|
||||
${GTK2_LIBRARIES})
|
||||
else()
|
||||
add_definitions(-D__WXMSW__)
|
||||
set(SRCS
|
||||
|
Reference in New Issue
Block a user