cmake: lilypad requires wx library

This commit is contained in:
Gregory Hainaut 2016-06-19 09:49:21 +02:00
parent eddabf9dbc
commit 4318b83414
1 changed files with 1 additions and 1 deletions

View File

@ -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()