[Webkit-unassigned] [Bug 229152] REGRESSION(r280382): [GTK] 2.33.3 does not build with gtk-doc enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 08:17:14 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229152

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION(r280382?): [GTK] |REGRESSION(r280382): [GTK]
                   |2.33.3 does not build with  |2.33.3 does not build with
                   |gtk-doc enabled             |gtk-doc enabled

--- Comment #8 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #6)
> Squinting closer at this commit, I no longer think it's to blame. Hmmm

Ah no, that's definitely it. Problem is you removed @ONLY from the configure_file() calls in order to allow CMake to replace ${BUILD_REVISION}, but now it also replaces the other placeholders like ${libdir} which we don't want. We'll need to switch back to using @ONLY.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210817/15b165b9/attachment.htm>


More information about the webkit-unassigned mailing list