[Webkit-unassigned] [Bug 146511] New: [GTK] ENABLE_GL=OFF builds still include GL-specific files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 07:05:29 PDT 2015


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

            Bug ID: 146511
           Summary: [GTK] ENABLE_GL=OFF builds still include GL-specific
                    files
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emanuele.aina at collabora.com
                CC: mcatanzaro at igalia.com, mrobinson at webkit.org

A ENABLE_GL=OFF build of trunk at 186174 fails on BitmapTextureGL.cpp, which is unguarded and included if USE_TEXTURE_MAPPER is set: https://trac.webkit.org/browser/trunk/Source/WebCore/PlatformGTK.cmake#L392

I'm a cmake noob, but it doesn't look like USE_TEXTURE_MAPPER is something that can be disabled as it is set with SET_AND_EXPOSE_TO_BUILD() in OptionsGTK.cmake, which makes it look like it's not really a flag the user can set, but rather something port-specific: https://trac.webkit.org/browser/trunk/Source/cmake/OptionsGTK.cmake#L299

-- 
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/20150701/56deaeea/attachment.html>


More information about the webkit-unassigned mailing list