Bug 179547 - [GTK] PlatformGTK.cmake: use the PKG_CONFIG_EXECUTABLE variable
Summary: [GTK] PlatformGTK.cmake: use the PKG_CONFIG_EXECUTABLE variable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-10 14:23 PST by Alberto Garcia
Modified: 2017-11-11 00:08 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2017-11-10 14:27 PST, Alberto Garcia
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2017-11-10 14:23:22 PST
Instead of hardcoding the name of pkg-config use PKG_CONFIG_EXECUTABLE so the value can be substituted. This is useful for cross-compilation.
Comment 1 Alberto Garcia 2017-11-10 14:27:12 PST
Created attachment 326631 [details]
Patch
Comment 2 Alberto Garcia 2017-11-11 00:08:30 PST
Committed r224725: <https://trac.webkit.org/changeset/224725>