[Webkit-unassigned] [Bug 143665] New: [cmake] REGRESSION(182663): It broke feature dependency handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 06:24:13 PDT 2015


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

            Bug ID: 143665
           Summary: [cmake] REGRESSION(182663): It broke feature
                    dependency handling
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: mcatanzaro at igalia.com, mrobinson at webkit.org
            Blocks: 143596

Before http://trac.webkit.org/changeset/182663 the EFL --minimal build worked fine,
because ENABLE_ENCRYPTED_MEDIA_V2 and ENABLE_MEDIA_CONTROLS_SCRIPT were disabled
automatically by cmake:
-- Disabling ENABLE_ENCRYPTED_MEDIA_V2 since ENABLE_VIDEO support is disabled.
-- Disabling ENABLE_MEDIA_CONTROLS_SCRIPT since ENABLE_VIDEO support is disabled.

But r182663 made something wrong, because these options aren't 
disabled automatically which cause build failure.

Could you check what was going wrong?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150413/b173a438/attachment-0001.html>


More information about the webkit-unassigned mailing list