mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mesa: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
863e743a5e
commit
d2a5ad0fb5
@ -92,6 +92,18 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
|
|||||||
--with-dri-drivers="$DRI_DRIVERS" \
|
--with-dri-drivers="$DRI_DRIVERS" \
|
||||||
--with-x \
|
--with-x \
|
||||||
|
|
||||||
|
make CC="$HOST_CC" \
|
||||||
|
CXX="$HOST_CXX" \
|
||||||
|
CFLAGS="$HOST_CFLAGS" \
|
||||||
|
CXXFLAGS="$HOST_CXXFLAGS" \
|
||||||
|
LDFLAGS="$HOST_LDFLAGS" \
|
||||||
|
-C src/glsl builtin_compiler
|
||||||
|
|
||||||
|
cp src/glsl/builtin_compiler $ROOT/$TOOLCHAIN/bin
|
||||||
|
make -C src/glsl clean
|
||||||
|
|
||||||
|
sed -e "s#\.\/builtin_compiler#$ROOT/$TOOLCHAIN/bin/builtin_compiler#g" -i src/glsl/Makefile
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user