[Webkit-unassigned] [Bug 174855] New: [CMake] WebKitFS.cmake depends on options set in Option cmake files that are included later

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 26 01:35:25 PDT 2017


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

            Bug ID: 174855
           Summary: [CMake] WebKitFS.cmake depends on options set in
                    Option cmake files that are included later
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: annulen at yandex.ru, bugs-noreply at webkitgtk.org,
                    mcatanzaro at igalia.com

WebKitFS.cmake creates the derived sources directories for WebCore, WebKit and WebDriver, but checking ENABLE options that are set in OptionPort files included later. We are already creating those directories in the specirfic makefiles of WebCore, WebKit and WebDriver, probably as a workaround to this. So, we should either create the directories unconditionally in WebKitFS (it's just a hamrless empty dir in case the option is not enabled) and remove the MAKE_DIRECTORY from all other makefiles, or keep it in the other makefiles and simply remove them from WebKitFS.cmake.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170726/0eaafce2/attachment.html>


More information about the webkit-unassigned mailing list