mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/options:
- fix typo
This commit is contained in:
parent
3d5434a1ed
commit
479194121d
@ -46,7 +46,7 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||
CAIRO=cairo-drm
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER = mythtv ]; then
|
||||
if [ "$MEDIACENTER" = mythtv ]; then
|
||||
XINERAMA=yes
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
@ -46,7 +46,7 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||
CAIRO=cairo-drm
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER = mythtv ]; then
|
||||
if [ "$MEDIACENTER" = mythtv ]; then
|
||||
XINERAMA=yes
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
@ -46,7 +46,7 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||
CAIRO=cairo-drm
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER = mythtv ]; then
|
||||
if [ "$MEDIACENTER" = mythtv ]; then
|
||||
XINERAMA=yes
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user