Bug 257116 - [CMake][GTK][WPE] Make Thunder optional
Summary: [CMake][GTK][WPE] Make Thunder optional
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-22 01:53 PDT by Vitaly Dyackhov
Modified: 2023-05-22 01:57 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Dyackhov 2023-05-22 01:53:48 PDT
Currently, Thunder is required when building WebKit using developer mode. But the only environment where we have it preinstalled is Flatpak.
It is possible to disable it by setting `ENABLE_THUNDER` to `OFF`. But it would be nice to make CMake autodetect if Thunder is available at build time.
Comment 1 Vitaly Dyackhov 2023-05-22 01:57:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14171