projects/*/options:

- fix typo
This commit is contained in:
Stephan Raue 2009-09-23 06:51:56 +02:00
parent 3d5434a1ed
commit 479194121d
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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