Bug 146905
| Summary: | [GTK] it can't built when -DENABLE_MHTML=OFF | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | nick <unixman> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bugs-noreply, kiran.happy, mcatanzaro |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | PC | ||
| OS: | Linux | ||
nick
But cmake allow makefile generation even it is turn OFF. So later in compilation step i got
error: getContentsAsMHTMLData was not defined.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
kiran
Pull request: https://github.com/WebKit/WebKit/pull/9243
kiran
As per comment at https://github.com/WebKit/WebKit/pull/9243#pullrequestreview-1273283595, this is not a bug and should be closed.
This is not a flag intended for public use. In *.cmake files, check for fields PUBLIC vs PRIVATE. Touch only the fields marked PUBLIC.