From 479194121d4ef93b8c320445913f5fe5733be1fe Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 Sep 2009 06:51:56 +0200 Subject: [PATCH] projects/*/options: - fix typo --- projects/intel-ati/options | 2 +- projects/intel/options | 4 ++-- projects/wayland/options | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/intel-ati/options b/projects/intel-ati/options index 7a3970eb7b..faa3237a5a 100644 --- a/projects/intel-ati/options +++ b/projects/intel-ati/options @@ -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 diff --git a/projects/intel/options b/projects/intel/options index b6b123ba3a..71f3c741da 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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 @@ -83,4 +83,4 @@ get_graphicdrivers() { fi done -} \ No newline at end of file +} diff --git a/projects/wayland/options b/projects/wayland/options index 5c1915c0ca..ccddd6d1fa 100644 --- a/projects/wayland/options +++ b/projects/wayland/options @@ -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