Disable WITH_DESKTOP_INTEGRATION flag by default

This commit is contained in:
David Capello 2016-04-28 14:36:23 -03:00
parent 106f1c9dd9
commit 5a278780a0

View File

@ -44,8 +44,7 @@ project(aseprite C CXX)
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_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_DEPRECATED_GLIB_SUPPORT "Enable support for older glib versions" off)
option(WITH_DESKTOP_INTEGRATION "Enable desktop integration modules" off)
option(WITH_DESKTOP_INTEGRATION "Enable desktop integration modules" on)
option(WITH_QT_THUMBNAILER "Enable kde5/qt5 thumnailer" 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_STATIC_LIBC "Use static version of C and C++ runtimes" off)