[Webkit-unassigned] [Bug 103209] [EFL] Build break with glib >= 2.35.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 06:12:01 PST 2012


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


Jussi Kukkonen (jku) <jussi.kukkonen at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |jussi.kukkonen at intel.com
                   |kit.org                     |
                 CC|                            |jussi.kukkonen at intel.com




--- Comment #7 from Jussi Kukkonen (jku) <jussi.kukkonen at intel.com>  2012-12-11 06:14:24 PST ---
I don't understand how the build breaks because of this, but I guess we'll want to add a version check anyway -- the first patch doesn't work since calling g_type_init() is still required for earlier glib versions.

EFL does not seem to have GtkVersioning.h type of file so I'll just add a #if to each call location... let me know if there's a good place to add a version dependent "#define g_type_init()": that would be cleaner.

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