mirror of https://github.com/PCSX2/pcsx2.git
cmake: lilypad requires wx library
This commit is contained in:
parent
eddabf9dbc
commit
4318b83414
|
@ -218,7 +218,7 @@ endif()
|
|||
#---------------------------------------
|
||||
# Not ready to be packaged
|
||||
if(EXTRA_PLUGINS OR NOT PACKAGE_MODE)
|
||||
if(Linux AND GTKn_FOUND AND X11_FOUND)
|
||||
if(wxWidgets_FOUND AND Linux AND GTKn_FOUND AND X11_FOUND)
|
||||
set(LilyPad TRUE)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue