diff options
author | Pete Woods <pete.woods@canonical.com> | 2013-08-16 05:33:21 +0100 |
---|---|---|
committer | Pete Woods <pete.woods@canonical.com> | 2013-08-16 05:33:21 +0100 |
commit | be867b88006520083a148785e8db761730b85eff (patch) | |
tree | ae35769d7d12213a7de5e4d0722fd2d3898240a4 | |
parent | 0660fc4e9439b99ac3b75d656b2e60b629e3e745 (diff) | |
download | ayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.tar.gz ayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.tar.bz2 ayatana-indicator-sound-be867b88006520083a148785e8db761730b85eff.zip |
Fix up defaults
-rw-r--r-- | cmake/UseGSettings.cmake | 4 |
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.") |