mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
if [ $MESA_GLU = yes ]; then
|
||||
if [ "$MESA_GLU" = yes ]; then
|
||||
MESA_CONFIG="$MESA_CONFIG --enable-glu"
|
||||
else
|
||||
MESA_CONFIG="$MESA_CONFIG --disable-glu"
|
||||
@ -59,6 +59,6 @@ make -C progs/xdemos
|
||||
|
||||
$MAKEINSTALL -C src/mesa
|
||||
|
||||
if [ $MESA_GLU = yes ]; then
|
||||
if [ "$MESA_GLU" = "yes" ]; then
|
||||
$MAKEINSTALL -C src/glu
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user