[Webkit-unassigned] [Bug 77533] [Qt] JSC build should handle --no-webkit2 option to avoid unwanted clean-builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 02:46:25 PST 2012


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





--- Comment #9 from Nandor Huszka <Huszka.Nandor at stud.u-szeged.hu>  2012-02-16 02:46:25 PST ---
(In reply to comment #8)
> (From update of attachment 125095 [details])
> Do we normally do this transition in the main script like this?   don't we have helper functions in one of our perl libraries for this?

build-webkit does similar thing in line ~578:
    push @options, "--qmakearg=CONFIG+=no_webkit2" if $noWebKit2;

but it does not use helper function for it. I did not find any other method which can be used here.

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



More information about the webkit-unassigned mailing list