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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/energy
From:       Hasso Tepper <hasso () kde ! org>
Date:       2008-10-13 10:10:33
Message-ID: 1223892633.192359.23981.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 870786 by hasso:

Fix compile on systems without DPMS.


 M  +3 -1      CMakeLists.txt  


--- trunk/KDE/kdebase/workspace/kcontrol/energy/CMakeLists.txt #870785:870786
@@ -1,6 +1,8 @@
 
 add_subdirectory( pics ) 
-include_directories( ${X11_dpms_INCLUDE_PATH}   )
+if(HAVE_DPMS)
+  include_directories( ${X11_dpms_INCLUDE_PATH}   )
+endif(HAVE_DPMS)
 
 
 ########### next target ###############
[prev in list] [next in list] [prev in thread] [next in thread] 

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