]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/mesa3d/0001-musl.patch
package/{mesa3d, mesa3d-headers}: bump version to 18.0.1
[coffee/buildroot.git] / package / mesa3d / 0001-musl.patch
1 Fix musl build
2
3 Downloaded from
4 http://git.alpinelinux.org/cgit/aports/plain/main/mesa/musl-fixes.patch
5
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7
8 --- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
9 +++ ./src/gallium/winsys/svga/drm/vmw_screen.h
10 @@ -34,7 +34,7 @@
11  #ifndef VMW_SCREEN_H_
12  #define VMW_SCREEN_H_
13  
14 -
15 +#include <sys/stat.h>
16  #include "pipe/p_compiler.h"
17  #include "pipe/p_state.h"
18