mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 18:59:19 +00:00
Fix the nogui build on linux. The software plugin config dialog should not be built.
Fix the default wiimote emulation mouse button settings on linux. Fix a little c++ operator precedence issue. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6534 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8d9e1f2dd1
commit
d171f7277b
3 changed files with 11 additions and 3 deletions
|
@ -22,9 +22,12 @@ set(SRCS Src/BPMemLoader.cpp
|
|||
Src/VertexFormatConverter.cpp
|
||||
Src/VertexLoader.cpp
|
||||
Src/VideoConfig.cpp
|
||||
Src/VideoConfigDialog.cpp
|
||||
Src/XFMemLoader.cpp)
|
||||
|
||||
if(wxWidgets_FOUND)
|
||||
set(SRCS ${SRCS} Src/VideoConfigDialog.cpp)
|
||||
endif(wxWidgets_FOUND)
|
||||
|
||||
set(LIBS videocommon
|
||||
GLEW
|
||||
SOIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue