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