[Webkit-unassigned] [Bug 175426] REGRESSION(r220515) [GTK][CMake] Build with ENABLE_GEOLOCATION fails on Debian Jessie

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 07:38:49 PDT 2017


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

--- Comment #5 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
We don't seem to be using any geoclue header, right?
> > This seems enough to build with ENABLE_GEOLOCATION, as I tested to build
> > WebKit there with this patch http://sprunge.us/MPea and it built fine
> 
> The problem is the FindGeoclue2 find module seems to be broken. If the
> pkg-config file is installed (I presume it is?), then the find module needs
> to set GEOCLUE2_FOUND=1.

The issue is with the name it tries to find.

It does: pkg_check_modules(GEOCLUE2 libgeoclue-2.0)

It should do: pkg_check_modules(GEOCLUE2 geoclue-2.0)


Because Jessie has a geoclue-2.0.pc file but not a libgeoclue-2.0.pc file.

This later one comes with the package libgeoclue-2-dev that is not available on Jessie.

-- 
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/20170810/3ce0a29f/attachment.html>


More information about the webkit-unassigned mailing list