mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Disable WITH_DESKTOP_INTEGRATION flag by default
This commit is contained in:
parent
106f1c9dd9
commit
5a278780a0
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user