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:
@ -63,8 +63,7 @@ if(wxWidgets_FOUND)
|
||||
Src/WiimoteConfigDiag.cpp
|
||||
Src/WxUtils.cpp)
|
||||
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES}
|
||||
${GTK2_LIBRARIES})
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES})
|
||||
else()
|
||||
set(SRCS Src/MainNoGUI.cpp)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user