[Webkit-unassigned] [Bug 61999] [EFL][WK2] Add an option to build WebKit2.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 10:03:07 PDT 2011


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


Leandro Pereira <leandro at profusion.mobi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95870|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #3 from Leandro Pereira <leandro at profusion.mobi>  2011-06-03 10:03:07 PST ---
(From update of attachment 95870)
View in context: https://bugs.webkit.org/attachment.cgi?id=95870&action=review

> Source/CMakeLists.txt:125
>  ADD_SUBDIRECTORY(WebKit)
> +IF (ENABLE_WEBKIT2)
> +    ADD_SUBDIRECTORY(WebKit2)
> +ENDIF ()

WebKit always be built if one only wants WebKit2. Is this the expected behaviour?

> Source/CMakeLists.txt:133
> +IF (ENABLE_WEBKIT2)
> +    INCLUDE_IF_EXISTS(${TOOLS_DIR}/MiniBrowser/${WEBKIT_PORT_DIR}/CMakeLists${PORT}.txt)
> +ENDIF ()

I'd change Tools/CMakeListsEfl.txt instead.

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