[Webkit-unassigned] [Bug 146891] New: [GTK] cmake should permit build when enable_opengl=OFF and enable_wayland=ON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 12 02:23:01 PDT 2015


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

            Bug ID: 146891
           Summary: [GTK]  cmake should permit build when
                    enable_opengl=OFF  and enable_wayland=ON
    Classification: Unclassified
           Product: WebKit
           Version: 420+
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: unixman at archlinux.info

currently cmake allow genaration of makefile in case of  

-DENABLE_WAYLAND_TARGET=ON  -DENABLE_OPENGL=OFF but it shouldn't allow this.

Because of it results:

[ 83%] Building CXX object Source/WebCore/CMakeFiles/WebCorePlatformGTK.dir/platform/graphics/PlatformDisplay.cpp.o
In file included from /home/me/src/webkitgtk-2.9.3/Source/WebCore/platform/graphics/PlatformDisplay.cpp:37:0:
/home/me/src/webkitgtk-2.9.3/Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h: In member function ‘bool WebCore::PlatformDisplayWayl
and::isInitialized()’:
/home/me/src/webkitgtk-2.9.3/Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h:63:51: error: ‘m_eglDisplay’ was not declared in this 
scope
     bool isInitialized() { return m_compositor && m_eglDisplay != EGL_NO_DISPLAY && m_eglConfigChosen; }

in compilation stage later.

webkitgtk-2.9.3

-- 
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/20150712/3781ae4e/attachment.html>


More information about the webkit-unassigned mailing list