Skip to content

Conversation

@SvenLuebke
Copy link

…20140401 (prerelease)) errors:

../../ui/ozone/platform/egl/egl_wrapper.cc: In function 'int ozone_egl_destroy()':
../../ui/ozone/platform/egl/egl_wrapper.cc:196:49: error: invalid conversion from 'NativeWindowType {aka void*}' to 'NativeWindow {aka int}' [-fpermissive]
ozone_egl_nativeDestroyWindow(g_NativeWindow);

../../ui/ozone/platform/egl/egl_wrapper.cc:82:6: error: initializing argument 1 of 'void ozone_egl_nativeDestroyWindow(NativeWindow)' [-fpermissive]
void ozone_egl_nativeDestroyWindow(NativeWindow window)

by changing the .bb file to use the latest commit of git://github.com/kuscsik/ozone-egl.git

…20140401 (prerelease)) errors:

../../ui/ozone/platform/egl/egl_wrapper.cc: In function 'int ozone_egl_destroy()':
../../ui/ozone/platform/egl/egl_wrapper.cc:196:49: error: invalid conversion from 'NativeWindowType {aka void*}' to 'NativeWindow {aka int}' [-fpermissive]
     ozone_egl_nativeDestroyWindow(g_NativeWindow);
                                                 ^
../../ui/ozone/platform/egl/egl_wrapper.cc:82:6: error:   initializing argument 1 of 'void ozone_egl_nativeDestroyWindow(NativeWindow)' [-fpermissive]
 void ozone_egl_nativeDestroyWindow(NativeWindow window)
      ^

by changing the .bb file to use the latest commit of git://github.com/kuscsik/ozone-egl.git
@otavio
Copy link
Member

otavio commented Aug 31, 2016

Please upgrade the whole CEF3 recipe; it does deserve an upgrade.

@otavio
Copy link
Member

otavio commented Dec 5, 2016

No action since august. I assume this has been abandoned. Closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants