mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Mesa-master:
- fix crosscompiling (src/glsl/apps/compile must be compiled for host)
This commit is contained in:
parent
61c931b80a
commit
86f4e3aff0
@ -48,7 +48,12 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
|
||||
--without-demos \
|
||||
--disable-gallium \
|
||||
|
||||
make
|
||||
make -C src/glsl CC=$HOST_CC CFLAGS=""
|
||||
mv src/glsl/apps/compile ./host_compile
|
||||
|
||||
make clean
|
||||
|
||||
make GLSL_CL="\$(TOP)/host_compile"
|
||||
|
||||
make -C progs/xdemos
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user