diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-10-23 11:17:35 +0200 | 
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-10-23 11:17:35 +0200 | 
| commit | 4abcf1c6a8ba87c8aa8bd31e4882580d3b16b329 (patch) | |
| tree | ba45045dea291609b61f80f95d94389993b5c486 | |
| parent | ea720f72c5d6f35ca2e0fb8efe0c69d681bac09a (diff) | |
The shortcuts currently need compiz.
(bzr r2865.2.7)
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 55d58bb74..70fd16edb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,6 @@ pkg_check_modules (CACHED_UNITY_PRIVATE_DEPS REQUIRED ${UNITY_PROTOCOL_PRIVATE_D  add_subdirectory(unity-shared)  add_subdirectory(dash)  add_subdirectory(launcher) -add_subdirectory(shortcuts)  if(UNITY_ENABLE_X_ORG_SUPPORT)  add_subdirectory(hud)  add_subdirectory(panel) @@ -178,6 +177,7 @@ if(UNITY_ENABLE_X_ORG_SUPPORT)  add_subdirectory(plugins/networkarearegion)  add_subdirectory(plugins/unitydialog)  add_subdirectory(plugins/unity-mt-grab-handles) + add_subdirectory(shortcuts)  add_subdirectory(unity-standalone)  endif() | 
