25 Jul
2014
25 Jul
'14
3:52 p.m.
Hi all! I am trying to build the webkit-efl with openGLES 2. I could manage to do that with some modification in the cmake files (it seems the WebKit2's cmake file doesn't support the GLES) but when I start the Minibrowser it runs into segmentation fault at the beginning of the window creation. The crash happens in the window_create() when it calls the elm_win_add function. You can check the full backtrace here https://gist.github.com/kkristof/82b383c781838d703778 My questions are the following: Does the webkit-efl support the GLES out of the box or I missed something? Do I have to link the dependencies with GLES? There are any 'dummy proof' guide to follow? Any further advice to accomplish this? Best regards, Kristof Kosztyo