Bug 281215
Summary: | REGRESSION(284276@main): Broke the build in multiple platforms that can't provide the libspiel dependency | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Miguel Gomez <magomez> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
It's adding libspiel as a dependency, which is causing a lot of problems to build where that package is not available.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
Pull request: https://github.com/WebKit/WebKit/pull/34971
Miguel Gomez
Change of plans, I'll revert 284276@main cause we need a better approach for this than just disable the feature.
Michael Catanzaro
(In reply to Miguel Gomez from comment #2)
> Change of plans, I'll revert 284276@main cause we need a better approach for
> this than just disable the feature.
Disabling the feature is surely what you're expected to do when libspiel is not available?