mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
mesa: Update mesa-dri git recipe and add recipe for 7.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
16
meta/packages/mesa/mesa-dri/crossfix.patch
Normal file
16
meta/packages/mesa/mesa-dri/crossfix.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
Index: Mesa-7.5/bin/mklib
|
||||
===================================================================
|
||||
--- Mesa-7.5.orig/bin/mklib 2009-08-12 13:01:34.000000000 +0100
|
||||
+++ Mesa-7.5/bin/mklib 2009-08-12 13:04:19.000000000 +0100
|
||||
@@ -234,9 +234,9 @@
|
||||
if [ "x$LINK" = "x" ] ; then
|
||||
# -linker was not specified so set default link command now
|
||||
if [ $CPLUSPLUS = 1 ] ; then
|
||||
- LINK=g++
|
||||
+ LINK=$CXX
|
||||
else
|
||||
- LINK=gcc
|
||||
+ LINK=$CC
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user