This is what pcsx2 does

This commit is contained in:
Arthur Moore 2015-01-13 08:42:47 -05:00
parent 1dd04bc2bd
commit 291e08b604
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ endif(ENABLE_OPENAL)
# xml, html is for xrc
SET( wxWidgets_USE_LIBS xrc xml html adv gl net core base )
#Make sure we use the libwxgtk2.8 toolkit
set(wxWidgets_CUSTOM_OPTIONS "--toolkit=gtk2")
list(APPEND wxWidgets_CONFIG_OPTIONS --version=2.8 --toolkit=gtk2)
FIND_PACKAGE ( wxWidgets REQUIRED )
EXECUTE_PROCESS(COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" --cxxflags)
INCLUDE( ${wxWidgets_USE_FILE} )