RESOLVED WONTFIX 146905
[GTK] it can't built when -DENABLE_MHTML=OFF
https://bugs.webkit.org/show_bug.cgi?id=146905
Summary [GTK] it can't built when -DENABLE_MHTML=OFF
nick
Reported 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.
Attachments
kiran
Comment 1 2023-01-27 10:54:11 PST
kiran
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.