diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-11 13:40:13 +0000 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2015-12-27 23:03:14 -0800 |
commit | 0f7f15ed02ec0f7b08b9ef62f6eca6c0c1e5a73f (patch) | |
tree | f8bc5e4586add17c5872741f3c6071a9792476bd /scripts/lib/devtool | |
parent | 7d45881da23dca70334400f556ed198126190cea (diff) | |
download | openembedded-core-0f7f15ed02ec0f7b08b9ef62f6eca6c0c1e5a73f.tar.gz openembedded-core-0f7f15ed02ec0f7b08b9ef62f6eca6c0c1e5a73f.tar.bz2 openembedded-core-0f7f15ed02ec0f7b08b9ef62f6eca6c0c1e5a73f.zip |
libsdl2: require GLES when building Wayland support
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/src/video/wayland/SDL_waylandopengles.h:38:38: error: 'SDL_EGL_GetSwapInterval' undeclared (first use in this function)
| #define Wayland_GLES_GetSwapInterval SDL_EGL_GetSwapInterval
Solve this by adding gles2 to the Wayland PACKAGECONFIG option.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/lib/devtool')
0 files changed, 0 insertions, 0 deletions