[Webkit-unassigned] [Bug 26224] Allows build-webkit script to receive an install prefix as parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 13:18:36 PDT 2009


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





------- Comment #1 from apedralho at gmail.com  2009-06-05 13:18 PDT -------
Created an attachment (id=31010)
 --> (https://bugs.webkit.org/attachment.cgi?id=31010&action=view)
A patch to fix the issue.

It adds the --prefix option in WebKitTools/Scripts/webkit-build script and adds
it to the build option list. In WebKitTools/Scripts/webkitdirs.pm it is used as
a parameter for autogen.sh,for example:
"WebKitTools/Scripts/webkit-build --gtk --prefix=/usr" which will generate
"./autogen.sh --prefix=/usr"

It will does nothing harming to Qt as it is just printing it.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list