Bug 51625

Summary: [GTK] Add support for build-jsc
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, eric, xan.lopez
Priority: P3 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Add build-jsc support dbates: review+

Martin Robinson
Reported 2010-12-26 15:16:00 PST
Building jsc as a standalone target is now simple as of https://bugs.webkit.org/show_bug.cgi?id=51607, so it makes sense that build-jsc should work for the GTK+ port.
Attachments
Add build-jsc support (3.85 KB, patch)
2010-12-26 15:24 PST, Martin Robinson
dbates: review+
Martin Robinson
Comment 1 2010-12-26 15:24:33 PST
Created attachment 77464 [details] Add build-jsc support
Daniel Bates
Comment 2 2010-12-26 20:30:18 PST
Comment on attachment 77464 [details] Add build-jsc support View in context: https://bugs.webkit.org/attachment.cgi?id=77464&action=review > Tools/Scripts/build-jsc:71 > + $result = buildGtkProject("JavaScriptCore", "", ""); We should remove the the "($@)" from the function name buildAutotoolsProject($@) and then we don't need to pass the empty string for the second and third argument.
Martin Robinson
Comment 3 2010-12-27 11:08:12 PST
Note You need to log in before you can comment on or make changes to this bug.