Bug 125346 - [GTK] libjavascriptcoregtk libtool dependency missing in MiniBrowser
Summary: [GTK] libjavascriptcoregtk libtool dependency missing in MiniBrowser
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 08:12 PST by Philippe Normand
Modified: 2014-03-03 23:25 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2013-12-06 08:14 PST, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2013-12-06 08:12:03 PST
My "portable" build is using the system libjscoregtk lib instead of the local one. Trivial patch incoming.
Comment 1 Philippe Normand 2013-12-06 08:14:25 PST
Created attachment 218595 [details]
Patch
Comment 2 Martin Robinson 2013-12-06 08:24:06 PST
Comment on attachment 218595 [details]
Patch

MiniBrowser doesn't use JavaScriptCore directly so it shouldn't need to link to it.
Comment 3 Philippe Normand 2013-12-06 08:39:39 PST
(In reply to comment #2)
> (From update of attachment 218595 [details])
> MiniBrowser doesn't use JavaScriptCore directly so it shouldn't need to link to it.

Right, it's pulled indirectly but if one wants to update the MiniBrowser rpath to some other path this explicit dependency is required.