Fix a typo in the last revision.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6500 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2ac9accc85
commit
63ec59f6c2
|
@ -12,7 +12,8 @@ set(LIBS core
|
|||
wiiuse
|
||||
SDL
|
||||
GL
|
||||
${XRANDR_LIBS})
|
||||
${XRANDR_LIBRARIES}
|
||||
${X11_LIBRARIES})
|
||||
|
||||
if(wxWidgets_FOUND)
|
||||
set(MEMCARDSRCS Src/MemcardManager.cpp
|
||||
|
@ -51,8 +52,7 @@ if(wxWidgets_FOUND)
|
|||
inputuicommon
|
||||
memcard
|
||||
${wxWidgets_LIBRARIES}
|
||||
${GTK2_LIBRARIES}
|
||||
${X11_LIBRARIES})
|
||||
${GTK2_LIBRARIES})
|
||||
|
||||
else(wxWidgets_FOUND)
|
||||
set(SRCS ${SRCS}
|
||||
|
|
Loading…
Reference in New Issue