diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt --- a/kcms/CMakeLists.txt +++ b/kcms/CMakeLists.txt @@ -31,7 +31,6 @@ add_subdirectory( standard_actions ) add_subdirectory( keys ) add_subdirectory( ksmserver ) -add_subdirectory( lookandfeel ) add_subdirectory( nightcolor ) add_subdirectory( hardware ) @@ -56,6 +55,7 @@ if(X11_Xcursor_FOUND) add_subdirectory(cursortheme) + add_subdirectory(lookandfeel) endif() if (SYNAPTICS_FOUND AND X11_Xinput_FOUND)