Re: [OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-26 Thread Yi Zhao
在 2015年11月26日 17:02, Burton, Ross 写道: On 26 November 2015 at 06:33, Yi Zhao > wrote: I tested this patch and found it also need to add libxkbcommon as a dependency in PACKAGECONFIG[wayland]. Otherwise the wayland support would skip if libxkbcommon is

Re: [OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-26 Thread Burton, Ross
On 26 November 2015 at 06:33, Yi Zhao wrote: > I tested this patch and found it also need to add libxkbcommon as a > dependency in PACKAGECONFIG[wayland]. Otherwise the wayland support would > skip if libxkbcommon is not built before even if we already enable > video-wayland. > Thanks for notici

Re: [OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-25 Thread Yi Zhao
Hi Ross, I tested this patch and found it also need to add libxkbcommon as a dependency in PACKAGECONFIG[wayland]. Otherwise the wayland support would skip if libxkbcommon is not built before even if we already enable video-wayland. Reproduce steps: bitbake libxkbcommon -c clean bitbake libs

[OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-11 Thread Ross Burton
The Wayland support requires GLES2 to be enabled as otherwise the EGL support code in SDL2 isn't enabled. | In file included from .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c:34:0: | .../SDL2-2.0.3/src/video/wayland/SDL_waylandvideo.c: In function 'Wayland_CreateDevice': | .../SDL2-2.0.3/