aboutsummaryrefslogtreecommitdiffstats
path: root/meta-r1000/recipes-graphics/mesa/mesa_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-r1000/recipes-graphics/mesa/mesa_git.bbappend')
-rw-r--r--meta-r1000/recipes-graphics/mesa/mesa_git.bbappend9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-r1000/recipes-graphics/mesa/mesa_git.bbappend b/meta-r1000/recipes-graphics/mesa/mesa_git.bbappend
index a2a798fa..e21af4fa 100644
--- a/meta-r1000/recipes-graphics/mesa/mesa_git.bbappend
+++ b/meta-r1000/recipes-graphics/mesa/mesa_git.bbappend
@@ -1,3 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRCREV_r1000 = "0144bbdb98f515cce31688fce57d769e7fd82d52"
LIC_FILES_CHKSUM_r1000 = "file://docs/license.html;md5=725f991a1cc322aa7a0cd3a2016621c4"
PV_r1000 = "19.0.0+git${SRCPV}"
@@ -5,12 +6,8 @@ PV_r1000 = "19.0.0+git${SRCPV}"
MESA_LLVM_RELEASE_r1000 = "7"
SRC_URI_remove_r1000 = "git://anongit.freedesktop.org/mesa/mesa;branch=18.1"
-SRC_URI_append_r1000 = " git://anongit.freedesktop.org/mesa/mesa;branch=master"
-
-# mesa dri drivers fail to load with -O2
-# which is what is used unless debug build
-# is enabled.
-DEBUG_BUILD = "1"
+SRC_URI_append_r1000 = " git://anongit.freedesktop.org/mesa/mesa;branch=master \
+ file://0001-gallium-add-missing-PIPE_CAP_SURFACE_SAMPLE_COUNT-de.patch"
PACKAGECONFIG_append_r1000 = " dri3"