mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Mesa-master:
- fix crosscompiling (src/glsl/apps/compile must be compiled for host)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user