[Webkit-unassigned] [Bug 81769] [GTK] Add bootstrap jhbuild moduleset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 07:54:31 PDT 2012


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





--- Comment #15 from Gustavo Noronha (kov) <gns at gnome.org>  2012-03-22 07:54:31 PST ---
Like I said on IRC, I would prefer to have this on the existing jhbuild.modules. I understand this would be incorrect from a conceptual point of view, since make is not a dependency, but I think practicality beats purity (Python Zen™) in this case. Adding another step will certainly add more bugs we'll need to fix. In any case, if we do add the bootstrap stuff, we need to make sure it's run in Tools/Scripts/webkitdirs.pm, here (~ line 1900) :

    # We might need to update jhbuild dependencies.
    if (checkForArgumentAndRemoveFromArrayRef("--update-gtk", \@buildParams)) {
        system("perl", "$sourceDir/Tools/Scripts/update-webkitgtk-libs") == 0 or die $!;
    }

-- 
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