summaryrefslogtreecommitdiff
path: root/recipes-graphics/mesa/mesa-glut_%.bbappend
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-23 00:26:13 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:28 +0200
commit5cb41579e5f8d193ab8f7192c4035c84108b151e (patch)
treeb788a43154af3dc4cf1eb9ab8d69ad128f78ced3 /recipes-graphics/mesa/mesa-glut_%.bbappend
parent62cc23f94cf1bcff266bfa588da9e5f396239192 (diff)
mesa-glut: fix building on arm
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/mesa/mesa-glut_%.bbappend')
-rw-r--r--recipes-graphics/mesa/mesa-glut_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-glut_%.bbappend b/recipes-graphics/mesa/mesa-glut_%.bbappend
new file mode 100644
index 0000000..06e17bf
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-glut_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-glut:"
+
+SRC_URI_append_arm = " file://0001-mesa-glut-fix-building-on-arm.patch"