~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kcontrol/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 18:18:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106181837-20dc8x9sru3seyup
Tags: 4:4.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
if(X11_Xaccess_FOUND)
35
35
    add_subdirectory( accessibility )
36
36
endif(X11_Xaccess_FOUND)
37
 
if( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )
38
 
        message(STATUS "TODO: infocenter is disabled on NetBSD, does not compile yet.")
39
 
else( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )
40
 
        add_subdirectory( infocenter )
41
 
endif( ${CMAKE_SYSTEM_NAME} MATCHES "NetBSD" )
 
37
add_subdirectory( infocenter )
42
38
add_subdirectory( access )
43
39
 
44
40
if(FONTCONFIG_FOUND AND FREETYPE_FOUND)