Bug 257116

Summary: [CMake][GTK][WPE] Make Thunder optional
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: CMakeAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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