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 CAIRO=cairo-drm
fi fi
if [ "$MEDIACENTER = mythtv ]; then if [ "$MEDIACENTER" = mythtv ]; then
XINERAMA=yes XINERAMA=yes
MESA_GLU=yes MESA_GLU=yes
fi fi

View File

@ -46,7 +46,7 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
CAIRO=cairo-drm CAIRO=cairo-drm
fi fi
if [ "$MEDIACENTER = mythtv ]; then if [ "$MEDIACENTER" = mythtv ]; then
XINERAMA=yes XINERAMA=yes
MESA_GLU=yes MESA_GLU=yes
fi fi
@ -83,4 +83,4 @@ get_graphicdrivers() {
fi fi
done done
} }

View File

@ -46,7 +46,7 @@ elif [ "$DISPLAYSERVER" = wayland ]; then
CAIRO=cairo-drm CAIRO=cairo-drm
fi fi
if [ "$MEDIACENTER = mythtv ]; then if [ "$MEDIACENTER" = mythtv ]; then
XINERAMA=yes XINERAMA=yes
MESA_GLU=yes MESA_GLU=yes
fi fi