Fix error when compiling Mesa for Intel graphic card
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 27 Jun 2013 12:25:55 +0000 (08:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 28 Jun 2013 03:35:31 +0000 (23:35 -0400)
stage4/pkg/MesaLib

index 0fc244c..ed54cb7 100644 (file)
@@ -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