mesa: update to mesa-18.1.4

This commit is contained in:
MilhouseVH 2018-07-11 13:22:13 +01:00
parent faacf7cf64
commit 762c61f2df
2 changed files with 2 additions and 21 deletions

View File

@ -18,8 +18,8 @@
################################################################################
PKG_NAME="mesa"
PKG_VERSION="18.1.1"
PKG_SHA256="d3312a2ede5aac14a47476b208b8e3a401367838330197c4588ab8ad420d7781"
PKG_VERSION="18.1.4"
PKG_SHA256="3061488b5d85504092cf4343816cfb2d96f2ad9bc2edec31fc96933d184cf58b"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/"

View File

@ -1,19 +0,0 @@
commit aebae9835f39d7925dfc71819bb31e8445e12a8f
Author: Lukas Rusak <lorusak@gmail.com>
Date: Thu May 31 23:44:03 2018 -0700
meson: only build vl_winsys_dri.c when x11 platform is used
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 584cbe4509..857001e12c 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -453,7 +453,7 @@ files_libgalliumvl = files(
)
files_libgalliumvlwinsys = files('vl/vl_winsys.h')
-if with_dri2
+if with_dri2 and with_platform_x11
files_libgalliumvlwinsys += files('vl/vl_winsys_dri.c')
if with_dri3
files_libgalliumvlwinsys += files('vl/vl_winsys_dri3.c')