diff --git a/projects/intel-ati/options b/projects/intel-ati/options index cf01f39dea..7a3970eb7b 100644 --- a/projects/intel-ati/options +++ b/projects/intel-ati/options @@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then CAIRO=cairo-drm fi +if [ "$MEDIACENTER = mythtv ]; then + XINERAMA=yes + MESA_GLU=yes +fi + get_graphicdrivers() { if [ "$GRAPHIC_DRIVERS" = all ]; then GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau" diff --git a/projects/intel/options b/projects/intel/options index 139ef8b816..b6b123ba3a 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then CAIRO=cairo-drm fi +if [ "$MEDIACENTER = mythtv ]; then + XINERAMA=yes + MESA_GLU=yes +fi + get_graphicdrivers() { if [ "$GRAPHIC_DRIVERS" = all ]; then GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau" diff --git a/projects/wayland/options b/projects/wayland/options index e107c4cb92..5c1915c0ca 100644 --- a/projects/wayland/options +++ b/projects/wayland/options @@ -46,6 +46,11 @@ elif [ "$DISPLAYSERVER" = wayland ]; then CAIRO=cairo-drm fi +if [ "$MEDIACENTER = mythtv ]; then + XINERAMA=yes + MESA_GLU=yes +fi + get_graphicdrivers() { if [ "$GRAPHIC_DRIVERS" = all ]; then GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"