mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-pvr
This commit is contained in:
commit
65af1b52b2
@ -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