]> Untitled Git - hvlinux.git/commitdiff
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 0fc244c2820868d86a24b7cf5e8ef78894e45fd2..ed54cb7f1931562920e2d6c32632cba79d219b51 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