[Webkit-unassigned] [Bug 104738] New: [CMake] CMake based build systems reports features incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 16:05:57 PST 2012


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

           Summary: [CMake] CMake based build systems reports features
                    incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.gombos at webkit.org


As an example:
  build-webkit --efl --no-svg 

reports the following to the standard output:
-- Enabled features:
--  ENABLE_3D_RENDERING ..................... ON
--  ENABLE_ACCELERATED_2D_CANVAS              OFF
...
--  ENABLE_SVG                                ON

The build actually will have svg disabled, so it the report that incorrectly lists the feature set.

The report should either be fixed to be in sync with what is being built (same as reported in CMakeCache.txt) or we should stop reporting all together and get rid of this broken thing.

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