[aseprite] 78/128: Disable WITH_DESKTOP_INTEGRATION flag by default

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 5a278780a0340511005ac3385a294463d22f9445
Author: David Capello <davidcapello at gmail.com>
Date:   Thu Apr 28 14:36:23 2016 -0300

    Disable WITH_DESKTOP_INTEGRATION flag by default
---
 CMakeLists.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1bbacb9..06f532f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,12 +41,11 @@ project(aseprite C CXX)
 # Options (these can be specified in cmake command line or modifying
 # CMakeCache.txt)
 
-option(WITH_WEBP_SUPPORT  "Enable support to load/save .webp files" off)
+option(WITH_WEBP_SUPPORT            "Enable support to load/save .webp files" off)
 option(WITH_GTK_FILE_DIALOG_SUPPORT "Enable support for the experimental native GTK File Dialog" off)
 option(WITH_DEPRECATED_GLIB_SUPPORT "Enable support for older glib versions" off)
-
-option(WITH_DESKTOP_INTEGRATION "Enable desktop integration modules" on)
-option(WITH_QT_THUMBNAILER "Enable kde5/qt5 thumnailer" off)
+option(WITH_DESKTOP_INTEGRATION     "Enable desktop integration modules" off)
+option(WITH_QT_THUMBNAILER          "Enable kde5/qt5 thumnailer" off)
 
 option(USE_STATIC_LIBC    "Use static version of C and C++ runtimes" off)
 option(USE_SHARED_CURL    "Use your installed copy of curl" off)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list