Bug 251060 - [CMake] Remove a duplicate AVIF configuration message.
Summary: [CMake] Remove a duplicate AVIF configuration message.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: ChangSeok Oh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-23 19:25 PST by ChangSeok Oh
Modified: 2023-01-24 00:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2023-01-23 19:25:59 PST
For GTK/WPE ports, The cmake shows a duplicate USE_AVIF configuration message. I want to remove one.

-- Enabled features:
--  ENABLE_BUBBLEWRAP_SANDBOX ..................... ON
--  ENABLE_DOCUMENTATION                            ON
--  ENABLE_DRAG_SUPPORT ........................... ON
--  ENABLE_GAMEPAD                                  ON
--  ENABLE_GLES2 .................................. OFF
--  ENABLE_INTROSPECTION                            ON
--  ENABLE_JOURNALD_LOG ........................... ON
--  ENABLE_MEDIA_SOURCE                             ON
--  ENABLE_MINIBROWSER ............................ ON
--  ENABLE_PDFJS                                    ON
--  ENABLE_QUARTZ_TARGET .......................... OFF
--  ENABLE_SPELLCHECK                               ON
--  ENABLE_TOUCH_EVENTS ........................... ON
--  ENABLE_VIDEO                                    ON
--  ENABLE_WAYLAND_TARGET ......................... ON
--  ENABLE_WEBDRIVER                                ON
--  ENABLE_WEB_AUDIO .............................. ON
--  ENABLE_WEB_CRYPTO                               ON
--  ENABLE_X11_TARGET ............................. ON
--  USE_AVIF                                        ON
--  USE_AVIF ...................................... ON
--  USE_GBM                                         ON
--  USE_GTK4 ...................................... OFF
--  USE_JPEGXL                                      ON
--  USE_LCMS ...................................... ON
--  USE_LIBHYPHEN                                   ON
--  USE_LIBSECRET ................................. ON
--  USE_OPENGL_OR_ES                                ON
--  USE_OPENJPEG .................................. ON
--  USE_SOUP2                                       OFF
--  USE_WOFF2 ..................................... ON
-- Configuring done
-- Generating done
-- Build files have been written to: /app/webkit/WebKitBuild/Release
Comment 1 ChangSeok Oh 2023-01-23 19:33:09 PST
Pull request: https://github.com/WebKit/WebKit/pull/9011
Comment 2 EWS 2023-01-24 00:50:32 PST
Committed 259266@main (ecbd5fc1a11d): <https://commits.webkit.org/259266@main>

Reviewed commits have been landed. Closing PR #9011 and removing active labels.