mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Mesa-master:
- prevent building and installation of GLU when its disabled
This commit is contained in:
parent
479194121d
commit
690191f2f2
@ -58,4 +58,7 @@ make
|
|||||||
make -C progs/xdemos
|
make -C progs/xdemos
|
||||||
|
|
||||||
$MAKEINSTALL -C src/mesa
|
$MAKEINSTALL -C src/mesa
|
||||||
$MAKEINSTALL -C src/glu
|
|
||||||
|
if [ $MESA_GLU = yes ]; then
|
||||||
|
$MAKEINSTALL -C src/glu
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user