mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 12:19:04 +00:00
Enable webp support by default
This commit is contained in:
parent
5b04293dc3
commit
16e1a650b1
@ -14,7 +14,7 @@ before_install:
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DENABLE_TESTS=ON -DWITH_WEBP_SUPPORT=ON
|
||||
- cmake .. -DENABLE_TESTS=ON
|
||||
|
||||
script:
|
||||
- "make"
|
||||
|
@ -53,7 +53,7 @@ enable_testing()
|
||||
# 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" on)
|
||||
option(WITH_GTK_FILE_DIALOG_SUPPORT "Enable support for the experimental native GTK File Dialog" off)
|
||||
option(WITH_DESKTOP_INTEGRATION "Enable desktop integration modules" off)
|
||||
option(WITH_QT_THUMBNAILER "Enable kde5/qt5 thumnailer" off)
|
||||
|
Loading…
Reference in New Issue
Block a user