[Webkit-unassigned] [Bug 113153] New: [EFL] build fails if --no-tiled-backing-store option is used (accelerating composition is disabled)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 24 06:22:51 PDT 2013


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

           Summary: [EFL] build fails if --no-tiled-backing-store option
                    is used (accelerating composition is disabled)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bartosh at gmail.com
                CC: rakuco at webkit.org, demarchi at webkit.org


Created an attachment (id=194747)
 --> (https://bugs.webkit.org/attachment.cgi?id=194747&action=review)
use PlatformLayer only if accelerated compositing is used

It's impossible to build efl port as suggested here: https://lists.webkit.org/pipermail/webkit-efl/2012-November/000434.html
I'm trying to build webkit-efl this way because I have Ubuntu 12.10 and it suffers from xserver regression, mentioned in above email.

With accelerating composition disabled(--no-tiled-backing-store is used) efl build fails with this error:
WebCore/platform/graphics/TextTrackRepresentation.h:55:13: error: `PlatformLayer' does not name a type

This happens because PlatformLayer is defined only when accelerated composiging is used.

With below change build goes further:


However, it anyway breaks with this error:

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