mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Mesa-master:
- typo, fix installation of Mesa-master
This commit is contained in:
parent
35e5c31cad
commit
d6018d17f8
@ -14,7 +14,7 @@ $SCRIPTS/build libX11
|
|||||||
|
|
||||||
get_graphicdrivers
|
get_graphicdrivers
|
||||||
|
|
||||||
if [ $MESA_GLU = yes ]; then
|
if [ "$MESA_GLU" = yes ]; then
|
||||||
MESA_CONFIG="$MESA_CONFIG --enable-glu"
|
MESA_CONFIG="$MESA_CONFIG --enable-glu"
|
||||||
else
|
else
|
||||||
MESA_CONFIG="$MESA_CONFIG --disable-glu"
|
MESA_CONFIG="$MESA_CONFIG --disable-glu"
|
||||||
@ -59,6 +59,6 @@ make -C progs/xdemos
|
|||||||
|
|
||||||
$MAKEINSTALL -C src/mesa
|
$MAKEINSTALL -C src/mesa
|
||||||
|
|
||||||
if [ $MESA_GLU = yes ]; then
|
if [ "$MESA_GLU" = "yes" ]; then
|
||||||
$MAKEINSTALL -C src/glu
|
$MAKEINSTALL -C src/glu
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user