Bug 146905 - [GTK] it can't built when -DENABLE_MHTML=OFF
Summary: [GTK] it can't built when -DENABLE_MHTML=OFF
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 420+
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 10:45 PDT by nick
Modified: 2023-01-27 13:02 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nick 2015-07-13 10:45:16 PDT
But cmake allow makefile generation even it is turn OFF. So later in compilation step i got

error: getContentsAsMHTMLData  was not defined.
Comment 1 kiran 2023-01-27 10:54:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/9243
Comment 2 kiran 2023-01-27 11:41:55 PST
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.