[Webkit-unassigned] [Bug 88634] [EFL] Add AC related files and flags to EFL build system.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 9 04:22:30 PDT 2012


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #146513|review?                     |review-
               Flag|                            |




--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-06-09 04:22:30 PST ---
(From update of attachment 146513)
View in context: https://bugs.webkit.org/attachment.cgi?id=146513&action=review

> ChangeLog:6
> +        Reviewed by NOBODY (OOPS!).

Missing description.

> Source/WTF/ChangeLog:6
> +        Reviewed by NOBODY (OOPS!).

ditto.

> Source/WebCore/ChangeLog:10
> +        * PlatformEfl.cmake:

ditto.

> Source/cmake/OptionsEfl.cmake:40
> +FIND_PACKAGE(OpenGL REQUIRED)

Move this to line 26 as below,

FIND_PACKAGE(Cairo 1.10 REQUIRED)
FIND_PACKAGE(EFL REQUIRED)
FIND_PACKAGE(Fontconfig 2.8.0 REQUIRED)
+FIND_PACKAGE(OpenGL REQUIRED)
FIND_PACKAGE(Sqlite REQUIRED)

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