[Webkit-unassigned] [Bug 113403] New: [EFL][jhbuild] Evas fails to build when Wayland is present on the system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 06:39:52 PDT 2013


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

           Summary: [EFL][jhbuild] Evas fails to build when Wayland is
                    present on the system
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rakuco at webkit.org
                CC: kalyan.kondapally at intel.com


As of Evas 1.7.5, when Wayland is detected on the system, support for both Wayland SHM and Wayland EGL is automatically enabled in autoconf.

The code, however, seems to depend on a few other flags which must be explicitly enabled (namely, --enable-gl-flavor-gles, --enable-gles-variety-sgx and --enable-gl-xcb). Otherwise, we get this error:

  evas_wl_main.c: In function 'eng_window_new':
  evas_wl_main.c:197:18: error: 'Evas_Engine_GL_Context' has no member named 'egldisp'

The flags we need to pass are the ones mentioned in bug 112522, which we closed as WONTFIX. The problem here is different though, and according to one of the Wayland-EFL developers enabling those flags even if the system does not have Wayland or GL support should be fine.

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