summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2018-02-28 10:04:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-02-28 14:55:22 +0100
commit8778c90254388cd8bfd9a1ab9beb817b762fcd6a (patch)
tree4d63442caaad943c958091d3f6321a75c09c265a /package/php/php.mk
parentfcf28ee36115003254ec671fde3fcc219f7c0a0d (diff)
downloadbuildroot-8778c90254388cd8bfd9a1ab9beb817b762fcd6a.tar.gz
buildroot-8778c90254388cd8bfd9a1ab9beb817b762fcd6a.zip
sdl2: rpi video support needs OpenGL ES
Fixes [1]: .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c: In function 'RPI_Create': .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:126:39: error: 'RPI_GLES_DefaultProfileConfig' undeclared (first use in this function); did you mean 'RPI_GLES_DeleteContext'? device->GL_DefaultProfileConfig = RPI_GLES_DefaultProfileConfig; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RPI_GLES_DeleteContext .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:126:39: note: each undeclared identifier is reported only once for each function it appears in .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c: In function 'RPI_CreateWindow': .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:281:17: error: 'SDL_VideoDevice {aka struct SDL_VideoDevice}' has no member named 'egl_data'; did you mean 'gl_data'? if (!_this->egl_data) { ^~~~~~~~ gl_data .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:286:10: error: 'SDL_WindowData {aka struct SDL_WindowData}' has no member named 'egl_surface' wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); ^~ .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:286:26: warning: implicit declaration of function 'SDL_EGL_CreateSurface'; did you mean 'SDL_Vulkan_CreateSurface'? [-Wimplicit-function-declaration] wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); ^~~~~~~~~~~~~~~~~~~~~ SDL_Vulkan_CreateSurface .../build/sdl2-2.0.7/src/video/raspberry/SDL_rpivideo.c:288:14: error: 'SDL_WindowData {aka struct SDL_WindowData}' has no member named 'egl_surface' if (wdata->egl_surface == EGL_NO_SURFACE) { ^~ [1] http://autobuild.buildroot.net/results/9612d43b192bbb88214a11fe18f8b8da6ad10313 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/php.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud