From: Hugo Villeneuve Date: Thu, 27 Jun 2013 12:25:55 +0000 (-0400) Subject: Fix error when compiling Mesa for Intel graphic card X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=ae9317045fc6a53b5a41c03ae5abead09335e99a;p=hvlinux.git Fix error when compiling Mesa for Intel graphic card --- diff --git a/stage4/pkg/MesaLib b/stage4/pkg/MesaLib index 0fc244c..ed54cb7 100644 --- a/stage4/pkg/MesaLib +++ b/stage4/pkg/MesaLib @@ -13,7 +13,7 @@ hvconfig_pre() ;; intel) DRI_OPTS="${DRI_OPTS},i915,i965" - GAL_OPTS="${GAL_OPTS},i915,i965" + GAL_OPTS="${GAL_OPTS},i915" ;; esac fi