From 50f1783714c3f2427d8c68c79f2103bb06377abb Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 11 Feb 2014 11:59:02 +1300 Subject: Move date/time panel into unity-control-center --- CMakeLists.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 53a3f7e..fcee8d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,28 +44,6 @@ pkg_check_modules (SERVICE_DEPS REQUIRED json-glib-1.0>=0.16.2) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -pkg_check_modules (PANEL_DEPS - glib-2.0>=2.36 - gio-unix-2.0>=2.36 - gtk+-3.0>=3.1.4 - timezonemap - libgnome-control-center - polkit-gobject-1) -if (PANEL_DEPS_FOUND) - set (BUILD_PANEL 1) -endif () - -pkg_check_modules (UNITY_PANEL_DEPS - glib-2.0>=2.36 - gio-unix-2.0>=2.36 - gtk+-3.0>=3.1.4 - timezonemap - libunity-control-center - polkit-gobject-1) -if (UNITY_PANEL_DEPS_FOUND) - set (BUILD_UNITY_PANEL 1) -endif () - ## ## custom targets ## @@ -107,12 +85,6 @@ endif () # actually build things add_subdirectory(include) add_subdirectory(src) -if (BUILD_PANEL) - add_subdirectory (panel-gnome) -endif () -if (BUILD_UNITY_PANEL) - add_subdirectory (panel-unity) -endif () add_subdirectory(data) add_subdirectory(po) if (${enable_tests}) -- cgit v1.2.3