[Webkit-unassigned] [Bug 195940] [GTK][WPE] Add API to provide geolocation information
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 19 08:10:48 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195940
--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Adrian Perez from comment #3)
> Comment on attachment 365142 [details]
> Patch
>
> I did a quick skimming over the new API and it looks quite nice
> to me. Just a quick question: Is there any reason why the WPE port
> cannot use GeoClue if available? As far as I understand, GeoClue
> itself does not depend on GTK. Of course, we can also enable using
> it as an option in the WPE port with a follow-up patch :-)
No reason. I didn't add support for geoclue in this patch to WPE because I'm working on a patch to remove the build dependency on geoclue. We depend on geoclue only to generate code to talk to the DBus service. The code is simple enough to not need to auto-generate it, so it's better to simply use GDBus to talk to the Geoclue DBus service (if available). The patch will not have any build flag, so WPE will gain Geoclue support automatically.
--
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/20190319/adfbd6c9/attachment.html>
More information about the webkit-unassigned
mailing list