mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Enable webp support by default
This commit is contained in:
parent
5b04293dc3
commit
16e1a650b1
@ -14,7 +14,7 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DENABLE_TESTS=ON -DWITH_WEBP_SUPPORT=ON
|
- cmake .. -DENABLE_TESTS=ON
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "make"
|
- "make"
|
||||||
|
@ -53,7 +53,7 @@ enable_testing()
|
|||||||
# Options (these can be specified in cmake command line or modifying
|
# Options (these can be specified in cmake command line or modifying
|
||||||
# CMakeCache.txt)
|
# 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_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_DESKTOP_INTEGRATION "Enable desktop integration modules" off)
|
||||||
option(WITH_QT_THUMBNAILER "Enable kde5/qt5 thumnailer" off)
|
option(WITH_QT_THUMBNAILER "Enable kde5/qt5 thumnailer" off)
|
||||||
|
Loading…
Reference in New Issue
Block a user