aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPete Woods <pete.woods@canonical.com>2013-08-16 05:33:21 +0100
committerPete Woods <pete.woods@canonical.com>2013-08-16 05:33:21 +0100
commitbe867b88006520083a148785e8db761730b85eff (patch)
treeae35769d7d12213a7de5e4d0722fd2d3898240a4 /cmake
parent0660fc4e9439b99ac3b75d656b2e60b629e3e745 (diff)
downloadayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.tar.gz
ayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.tar.bz2
ayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.zip
Fix up defaults
Diffstat (limited to 'cmake')
-rw-r--r--cmake/UseGSettings.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/UseGSettings.cmake b/cmake/UseGSettings.cmake
index 92eb681..e109692 100644
--- a/cmake/UseGSettings.cmake
+++ b/cmake/UseGSettings.cmake
@@ -1,8 +1,8 @@
# GSettings.cmake, CMake macros written for Marlin, feel free to re-use them.
-option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" ${LOCAL_INSTALL})
+option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" OFF)
-option (GSETTINGS_COMPILE "Compile GSettings Schemas after installation" ${GSETTINGS_LOCALINSTALL})
+option (GSETTINGS_COMPILE "Compile GSettings Schemas after installation" OFF)
if(GSETTINGS_LOCALINSTALL)
message(STATUS "GSettings schemas will be installed locally.")