[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/plugins/viewplugins
From:       Tom Burdick <tburdi1 () uic ! edu>
Date:       2008-07-22 1:09:57
Message-ID: 1216688997.202685.23123.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 836259 by tburdick:

modified cmake file if statement for glsl filter

 M  +3 -5      CMakeLists.txt  


--- trunk/koffice/krita/plugins/viewplugins/CMakeLists.txt #836258:836259
@@ -31,9 +31,7 @@
 macro_log_feature(HAVE_OPENGL "OpenGL" "The Krita shader filter plugin will not be \
built" "" FALSE "")  macro_log_feature(HAVE_GLEW "GLEW" "The Krita shader filter \
plugin will not be built" "http://glew.sourceforge.net" FALSE "")  
-if(HAVE_OPENGL)
-    IF(HAVE_GLEW)
-       add_subdirectory( glsl )
-    ENDIF(HAVE_GLEW)
-endif(HAVE_OPENGL)
+if(HAVE_OPENGL AND HAVE_GLEW)
+   add_subdirectory( glsl )
+endif(HAVE_OPENGL AND HAVE_GLEW)
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic