summaryrefslogtreecommitdiff
path: root/strata/mesa-common
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-30 15:54:06 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-11 15:48:48 +0000
commitc3f375f5a445ae9fa7ef282b0dc8bae80a3b43d9 (patch)
tree8036f182d0da1472a4bd2df2e2e04904c5e90ef9 /strata/mesa-common
parent1b5d058a09d44e78b28191105771f6411e381b2d (diff)
downloaddefinitions-c3f375f5a445ae9fa7ef282b0dc8bae80a3b43d9.tar.gz
graphics-common: Update LLVM, libdrm, Mesa, ragel and fontconfig
Upgrades: * LLVM (4.0.1) * libdrm (2.4.81) * Mesa (17.1.3) * ragel (6.10) * fontconfig (2.12.3) This fixes compile failures in Mesa that occur with GCC 7.1. The libdrm and LLVM updates are required for latest Mesa. The LLVM AMDGPU driver is needed by Mesa for the r600 driver. However, the r600 driver is disabled in Mesa until we integrate libelf Ragel is updated to fix a build error with GCC 7. Fontconfig is updated to fix this: In file included from fcmatch.c:287:0: fcobjs.h:54:3: error: 'PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function); did you mean 'PRI_WIDTH_STRONG'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~~~ PRI_WIDTH_STRONG fcobjs.h:54:26: error: 'PRI_CHAR_WIDTH_WEAK' undeclared here (not in a function); did you mean 'PRI_WIDTH_WEAK'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~ PRI_WIDTH_WEAK
Diffstat (limited to 'strata/mesa-common')
-rw-r--r--strata/mesa-common/mesa.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index e7a3eee7..abd58b87 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -12,7 +12,7 @@ configure-commands:
;;
*)
DRIDRIVERS=yes
- GALLIUMDRIVERS=r300,r600,svga,swrast,virgl,swr
+ GALLIUMDRIVERS=r300,svga,swrast,virgl,swr
VULKANDRIVERS=intel
;;
esac