From 13a03469de97e0431d0623532a260af9f134984f Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Wed, 13 May 2015 11:34:26 +0000 Subject: [PATCH] Disable services for now There is no systemd on ubuntu-phone --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48075fa9..2cdb5b6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ install(FILES phonebook/metadata.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} REN add_subdirectory(bin) add_subdirectory(qmlcomponents) -add_subdirectory(services) +#add_subdirectory(services) add_subdirectory(settingsmodules) add_subdirectory(applets) add_subdirectory(containments)