mirror of https://github.com/PCSX2/pcsx2.git
cmake:onepad: Add wxWidgets to dependencies
This commit is contained in:
parent
ad61503d83
commit
3a274e85f0
|
@ -230,7 +230,7 @@ endif()
|
||||||
# requires: -SDL
|
# requires: -SDL
|
||||||
# -X11
|
# -X11
|
||||||
#---------------------------------------
|
#---------------------------------------
|
||||||
if(GTKn_FOUND AND SDLn_FOUND AND X11_FOUND)
|
if(wxWidgets_FOUND AND GTKn_FOUND AND SDLn_FOUND AND X11_FOUND)
|
||||||
set(onepad TRUE)
|
set(onepad TRUE)
|
||||||
elseif(NOT EXISTS "${CMAKE_SOURCE_DIR}/plugins/onepad")
|
elseif(NOT EXISTS "${CMAKE_SOURCE_DIR}/plugins/onepad")
|
||||||
set(onepad FALSE)
|
set(onepad FALSE)
|
||||||
|
|
|
@ -98,6 +98,7 @@ endif()
|
||||||
|
|
||||||
set(onepadFinalLibs
|
set(onepadFinalLibs
|
||||||
${onepadFinalLibs}
|
${onepadFinalLibs}
|
||||||
|
${wxWidgets_LIBRARIES}
|
||||||
${GTK2_LIBRARIES}
|
${GTK2_LIBRARIES}
|
||||||
${X11_LIBRARIES}
|
${X11_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue