Bug 249611 - [WPE][GTK] Remove redundant flags from make-dist script
Summary: [WPE][GTK] Remove redundant flags from make-dist script
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-19 14:56 PST by Michael Catanzaro
Modified: 2022-12-20 11:52 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 Michael Catanzaro 2022-12-19 14:56:39 PST
The make-dist script still uses -DENABLE_GTKDOC, which has been removed and replaced with -DENABLE_DOCUMENTATION, which is ON by default and does not need to be specified manually. The script also still uses -DENABLE_MINIBROWSER=ON, which is nowadays ON by default.
Comment 1 Michael Catanzaro 2022-12-19 15:13:17 PST
Pull request: https://github.com/WebKit/WebKit/pull/7877
Comment 2 EWS 2022-12-20 11:52:25 PST
Committed 258152@main (8aa9e80d3a36): <https://commits.webkit.org/258152@main>

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