cmake: disable gsdx compilation. I need to port sdl first.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4360 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut@gmail.com 2011-02-25 18:19:51 +00:00
parent 2223b97fa1
commit 3020a37f2c
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ else(OPENGL_FOUND AND X11_FOUND)
message(STATUS "Skip build of GSdx: miss some dependencies")
message(STATUS "${msg_dep_gsdx}")
endif(OPENGL_FOUND AND X11_FOUND)
# FIXME: for the moment disable gsdx. I will enable it when sdl is supported on cmake
set(GSdx FALSE)
#---------------------------------------
#---------------------------------------