[Webkit-unassigned] [Bug 102687] [EFL] GLX detection is broken.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 09:50:13 PST 2012


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





--- Comment #14 from Laszlo Gombos <laszlo.gombos at webkit.org>  2012-11-21 09:52:13 PST ---
(From update of attachment 175446)
View in context: https://bugs.webkit.org/attachment.cgi?id=175446&action=review

Overall looks good to me.

> Source/cmake/OptionsEfl.cmake:161
> +    IF (OPENGLX_FOUND)
> +        ADD_DEFINITIONS(-DHAVE_GLX)
> +    ENDIF()

The rule of finding and defining GLX does not seems to be EFL specific, this could be shared (perhaps at later stage) with other CMake based ports.

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