Blame view

buildroot/buildroot-2016.08.1/package/mesa3d/0003-musl.patch 408 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  Fix musl build
  
  Downloaded from
  http://git.alpinelinux.org/cgit/aports/plain/main/mesa/musl-fixes.patch
  
  Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  
  --- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
  +++ ./src/gallium/winsys/svga/drm/vmw_screen.h
  @@ -34,7 +34,7 @@
   #ifndef VMW_SCREEN_H_
   #define VMW_SCREEN_H_
   
  -
  +#include <sys/stat.h>
   #include "pipe/p_compiler.h"
   #include "pipe/p_state.h"