[Webkit-unassigned] [Bug 144561] [GTK] Re-enable Quartz backend on cmake build system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 23:57:45 PDT 2015


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

--- Comment #8 from Philip Chimento <philip.chimento at gmail.com> ---
> Is this patch for master?

It is for 2.8.0. If I have some time later then I can try to make a patch for master, but as I mentioned on one of the other bugs it is fairly inconvenient for me to test it due to the uncommon platform; any help that would make it easier for me is appreciated.

> We expose variables to the build using SET_AND_EXPOSE_TO_BUILD now.

Doesn't exist in 2.8 AFACIT, so I'll leave it like this for the 2.8 patch.

> I don't think the help message should mention Quartz until the port is fully functional.

After the spate of patches that I filed on Sunday, the port should be fully functional; at least it works for me. So I'd prefer to keep it in.

> > Here you should give an error, because we want the build to produce errors
> > instead of silently disabling things now.
>
> Well, it should be an error indeed, but in PlatformGTK.cmake, not there. The find
> module shouldn't have anything to do with which features to enable: it should just
> find things. It should export a variable, say GTK_QUARTZ_FOUND, to indicate if it is
> available. Then in PlatformGTK.cmake, if ENABLE_QUARTZ_TARGET is set but
> GTK_QUARTZ_FOUND is not, the build should fail using message(FATAL_ERROR ...).
>
> But this patch is only copying the existing format of FindGTK3.cmake, which touches
> both ENABLE_X11_TARGET and ENABLE_WAYLAND_TARGET currently.

So, should I make this give an error now? Or leave it the way it is for consistency with the existing code of FindGTK3.cmake and let it be fixed by #144613.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150508/58e7aada/attachment-0001.html>


More information about the webkit-unassigned mailing list