Enable webp support by default

This commit is contained in:
David Capello 2018-04-03 12:50:25 -03:00
parent 5b04293dc3
commit 16e1a650b1
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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)