Bug 130064 - [GTK] The jhbuild environment should set CMAKE_PREFIX_PATH and CMAKE_LIBRARY_PATH
Summary: [GTK] The jhbuild environment should set CMAKE_PREFIX_PATH and CMAKE_LIBRARY_...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 19:43 PDT by Martin Robinson
Modified: 2019-07-25 07:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.54 KB, patch)
2014-03-10 20:04 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2014-03-10 19:43:26 PDT
CMake doesn't always rely on pkgconfig to find dependencies and instead looks in well-known locations on the host system. Since we want the JHBuild dependencies to take precendence over any libraries installed on the host system, we need to force CMake to look first in the JHBuild root. The EFL port already has logic for doing this, so we should move this logic and all other shared logic to jhbuildrc_common.py.
Comment 1 Martin Robinson 2014-03-10 20:04:04 PDT
Created attachment 226375 [details]
Patch
Comment 2 Martin Robinson 2014-03-11 08:03:23 PDT
Comment on attachment 226375 [details]
Patch

Clearing flags on attachment: 226375

Committed r165452: <http://trac.webkit.org/changeset/165452>
Comment 3 Martin Robinson 2014-03-11 08:03:28 PDT
All reviewed patches have been landed.  Closing bug.