[Webkit-unassigned] [Bug 27324] Add ENABLE_RUBY to list of build options
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 21 00:00:09 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27324
David Levin <levin at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33147|review? |review+
Flag| |
--- Comment #5 from David Levin <levin at chromium.org> 2009-07-21 00:00:09 PDT ---
(From update of attachment 33147)
> Index: WebKitTools/Scripts/build-webkit
> @@ -88,6 +88,9 @@ my @features = (
> { option => "shared-workers", desc => "Toggle SharedWorkers support",
> define => "ENABLE_SHARED_WORKERS", default => 0, value => \$sharedWorkersSupport },
>
> + { option => "ruby", desc => "Toggle HTML5 Ruby support",
> + define => "ENABLE_RUBY", default => 1, value => \$rubySupport },
> +
To whoever is landing this one option is just slightly out of sort order so
this should be fixed on landing.
> { option => "svg", desc => "Toggle SVG support",
--
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